Exception: Exception
- Defined in:
- lib/core_ext/exception.rb
Overview
Allow exception handlers to add information to an exception for upstream
Instance Method Summary collapse
Instance Method Details
#additional_information ⇒ Object
4 5 6 |
# File 'lib/core_ext/exception.rb', line 4 def additional_information @additional_information ||= {} end |