Exception: Traim::NotImplementedError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Traim::NotImplementedError
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
202
|
# File 'lib/traim.rb', line 202
def error_message; "Not Implemented Error" end
|
#status ⇒ Object
203
|
# File 'lib/traim.rb', line 203
def status; 501 end
|