Exception: Derailleur::NoSuchRoute

Inherits:
ApplicationError show all
Defined in:
lib/derailleur/core/errors.rb

Overview

A classical kind of not found error in HTTP.

Instance Method Summary collapse

Instance Method Details

#http_statusObject



20
21
22
# File 'lib/derailleur/core/errors.rb', line 20

def http_status
  404
end