Exception: R404::NotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/r404/not_found.rb

Instance Method Summary collapse

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