Sha256: cc4226c28f32c9595247bf58cd19a17cc04d3afbb27422bf0fa8c0e1253c8c81
Contents?: true
Size: 339 Bytes
Versions: 83
Compression:
Stored size: 339 Bytes
Contents
# frozen_string_literal: true # Internal: Provides common functionality for errors. class ViteRuby::Error < StandardError def message super.sub(':troubleshooting:', <<~MSG) Visit the Troubleshooting guide for more information: https://vite-ruby.netlify.app/guide/troubleshooting.html#troubleshooting MSG end end
Version data entries
83 entries across 83 versions & 1 rubygems