Exception: Traim::MethodNotAllowedError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Traim::MethodNotAllowedError
show all
- Defined in:
- lib/traim.rb
Instance Method Summary
collapse
Methods inherited from Error
#body, #header, #initialize
Constructor Details
This class inherits a constructor from Traim::Error
Instance Method Details
#error_message ⇒ Object
222
|
# File 'lib/traim.rb', line 222
def error_message; "Method Not Allowed" end
|
#status ⇒ Object
223
|
# File 'lib/traim.rb', line 223
def status; 405 end
|