Exception: Twirbet::NotFoundError
- Extended by:
- T::Sig
- Defined in:
- lib/twirbet/errors.rb
Instance Attribute Summary
Attributes inherited from BaseError
Instance Method Summary collapse
Methods inherited from BaseError
#initialize, #to_hash, #to_json, #to_rack_response
Constructor Details
This class inherits a constructor from Twirbet::BaseError
Instance Method Details
#code ⇒ Object
122 123 124 |
# File 'lib/twirbet/errors.rb', line 122 def code "not_found" end |
#status ⇒ Object
127 128 129 |
# File 'lib/twirbet/errors.rb', line 127 def status 404 end |