class ViteRuby::Error

Internal: Provides common functionality for errors.

Public Instance Methods

message() click to toggle source
Calls superclass method
# 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