Exception: Traim::NotFoundError
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from Traim::Error
Instance Method Details
#error_message ⇒ Object
218 |
# File 'lib/traim.rb', line 218 def ; "Not Found Error" end |
#status ⇒ Object
219 |
# File 'lib/traim.rb', line 219 def status; 404 end |