Exception: Served::Resource::BadGateway
- Inherits:
-
HttpError
- Object
- StandardError
- Served::Resource::Base::ServiceError
- Error
- HttpError
- Served::Resource::BadGateway
- Defined in:
- lib/served/resource/http_errors.rb
Overview
503 BadGateway
Instance Attribute Summary
Attributes inherited from HttpError
#code, #errors, #message, #response, #server_backtrace
Class Method Summary collapse
Methods inherited from HttpError
Constructor Details
This class inherits a constructor from Served::Resource::HttpError
Class Method Details
.code ⇒ Object
107 108 109 |
# File 'lib/served/resource/http_errors.rb', line 107 def self.code 503 end |