Exception: RestfulError::BaseError
- Inherits:
-
StandardError
- Object
- StandardError
- RestfulError::BaseError
- Includes:
- Helper
- Defined in:
- lib/restful_error.rb
Instance Method Summary collapse
Methods included from Helper
#response_message, #status_data
Instance Method Details
#http_status ⇒ Object
25 26 27 |
# File 'lib/restful_error.rb', line 25 def http_status raise NotImplementedError, "http_status must be implemented" end |