Class: Arrest::Handlers::ErrorHandler
- Inherits:
-
Object
- Object
- Arrest::Handlers::ErrorHandler
- Defined in:
- lib/arrest/handler.rb
Class Method Summary collapse
-
.convert(body, statuscode) ⇒ Object
a function to convert the body of an http response to a meaningful error message.
Class Method Details
.convert(body, statuscode) ⇒ Object
a function to convert the body of an http response to a meaningful error message
58 59 60 |
# File 'lib/arrest/handler.rb', line 58 def self.convert body, statuscode body end |