Exception: BigBrotha::MissingParam
- Defined in:
- lib/bigbrotha/errors.rb
Instance Method Summary collapse
Methods inherited from Error
Instance Method Details
#error ⇒ Object
28 29 30 |
# File 'lib/bigbrotha/errors.rb', line 28 def error 'missing_param' end |
#status ⇒ Object
32 33 34 |
# File 'lib/bigbrotha/errors.rb', line 32 def status :bad_request end |