Method: Immunio::ExceptionHandler#initialize
- Defined in:
- lib/immunio/plugins/exception_handler.rb
#initialize(app) ⇒ ExceptionHandler
Returns a new instance of ExceptionHandler.
7 8 9 |
# File 'lib/immunio/plugins/exception_handler.rb', line 7 def initialize(app) @app = app end |