Exception: Marley::RoutingError
- Inherits:
-
MarleyError
- Object
- StandardError
- MarleyError
- Marley::RoutingError
- Defined in:
- lib/marley/errors.rb
Instance Method Summary collapse
Methods inherited from MarleyError
Constructor Details
This class inherits a constructor from Marley::MarleyError
Instance Method Details
#log_error ⇒ Object
46 47 48 |
# File 'lib/marley/errors.rb', line 46 def log_error $log.fatal("path:#{$request[:path]}\n msg:#{$!.}\n backtrace:#{$!.backtrace}") end |