class ViteRuby::Error

Internal: Provides common functionality for errors.

def message

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