Exception: ViteRuby::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/vite_ruby/error.rb

Overview

Internal: Provides common functionality for errors.

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
8
9
10
# File 'lib/vite_ruby/error.rb', line 5

def message
  super.sub(':troubleshooting:', <<~MSG)
    Visit the Troubleshooting guide for more information:
      https://vite-ruby.netlify.app/guide/troubleshooting.html#troubleshooting
  MSG
end