Exception: Shamu::NotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/shamu/error.rb

Overview

The resource was not found.

Instance Method Summary collapse

Constructor Details

#initialize(message = :not_found) ⇒ NotFoundError

Returns a new instance of NotFoundError.



20
21
22
# File 'lib/shamu/error.rb', line 20

def initialize( message = :not_found )
  super translate( message )
end