Exception: R404::NotFound
- Inherits:
-
StandardError
- Object
- StandardError
- R404::NotFound
- Defined in:
- lib/r404/not_found.rb
Instance Method Summary collapse
-
#initialize(exception = nil) ⇒ NotFound
constructor
A new instance of NotFound.
Constructor Details
#initialize(exception = nil) ⇒ NotFound
Returns a new instance of NotFound.
4 5 6 |
# File 'lib/r404/not_found.rb', line 4 def initialize exception = nil super end |