Exception: Rack::Banken::Exceptions::Base
- Inherits:
-
StandardError
- Object
- StandardError
- Rack::Banken::Exceptions::Base
- Defined in:
- lib/rack/banken/exceptions/base.rb
Direct Known Subclasses
BadRequest, Conflict, ExpectationFailed, FailedDependency, Forbidden, Gone, InternalServerError, LengthRequired, Locked, MethodNotAllowed, NotAcceptable, NotFound, PaymentRequired, PreconditionFailed, ProxyAuthenticationRequired, RequestEntityTooLarge, RequestTimeout, RequestUriTooLong, RequestedRangeNotSatisfiable, Unauthorized, UnprocessableEntity, UnsupportedMediaType, UpgradeRequired, ValidationFailed
Instance Method Summary collapse
Instance Method Details
#to_rack_response ⇒ Object
5 6 7 |
# File 'lib/rack/banken/exceptions/base.rb', line 5 def to_rack_response [status_code, headers, [body]] end |