Class: DwollaV2::HandleErrors
- Inherits:
-
Object
- Object
- DwollaV2::HandleErrors
- Defined in:
- lib/dwolla_v2/middleware/handle_errors.rb
Instance Method Summary collapse
- #call(request_env) ⇒ Object
-
#initialize(app) ⇒ HandleErrors
constructor
A new instance of HandleErrors.
Constructor Details
#initialize(app) ⇒ HandleErrors
Returns a new instance of HandleErrors.
3 4 5 |
# File 'lib/dwolla_v2/middleware/handle_errors.rb', line 3 def initialize app @app = app end |