Exception: ViteRuby::Error
- Inherits:
-
StandardError
- Object
- StandardError
- ViteRuby::Error
- Defined in:
- lib/vite_ruby/error.rb
Overview
Internal: Provides common functionality for errors.
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
5 6 7 8 9 10 |
# File 'lib/vite_ruby/error.rb', line 5 def super.sub(":troubleshooting:", <<~MSG) Visit the Troubleshooting guide for more information: https://vite-ruby.netlify.app/guide/troubleshooting.html#troubleshooting MSG end |