Exception: Twirbet::MalformedError
- 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
94 95 96 |
# File 'lib/twirbet/errors.rb', line 94 def code "malformed" end |
#status ⇒ Object
99 100 101 |
# File 'lib/twirbet/errors.rb', line 99 def status 400 end |