Exception: Syntropy::ProtocolError
- Defined in:
- lib/syntropy/errors.rb
Direct Known Subclasses
Constant Summary
Constants inherited from Error
Instance Method Summary collapse
Methods inherited from Error
http_status, #initialize, log_error?, method_not_allowed, not_found, teapot
Constructor Details
This class inherits a constructor from Syntropy::Error
Instance Method Details
#http_status ⇒ Object
74 75 76 |
# File 'lib/syntropy/errors.rb', line 74 def http_status HTTP::BAD_REQUEST end |