Exception: WarningSigns::UnhandledDeprecationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/warning_signs/unhandled_deprecation_error.rb

Constant Summary collapse

MESSAGE =
"This error was raised by the Warning Signs gem in response to a deprecation warning in Ruby or Rails. If this warning is not causing problems, you can add it to the exceptions list in .warning_signs.yml."

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
# File 'lib/warning_signs/unhandled_deprecation_error.rb', line 5

def message
  super + "\n\n" + MESSAGE
end