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
129 |
# File 'lib/traim.rb', line 129 def ; "Not Found Error" end |
#status ⇒ Object
130 |
# File 'lib/traim.rb', line 130 def status; 404 end |