Class: Exceptions::Backends::Null
- Inherits:
-
Exceptions::Backend
- Object
- Exceptions::Backend
- Exceptions::Backends::Null
- Defined in:
- lib/exceptions/backends/null.rb
Overview
Public: Null is an implementation of the Backend interface that does nothing.
Instance Method Summary collapse
Methods inherited from Exceptions::Backend
#clear_context, #context, #rack_exception
Instance Method Details
#notify(exception, options = {}) ⇒ Object
5 |
# File 'lib/exceptions/backends/null.rb', line 5 def notify(exception, = {}); end |