Exception: WarningSigns::UnhandledDeprecationError
- Inherits:
-
StandardError
- Object
- StandardError
- WarningSigns::UnhandledDeprecationError
- 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
#message ⇒ Object
5 6 7 |
# File 'lib/warning_signs/unhandled_deprecation_error.rb', line 5 def super + "\n\n" + MESSAGE end |