Exception: Rack::Banken::Exceptions::Base

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rack/banken/exceptions/base.rb

Instance Method Summary collapse

Instance Method Details

#to_rack_responseObject



5
6
7
# File 'lib/rack/banken/exceptions/base.rb', line 5

def to_rack_response
  [status_code, headers, [body]]
end