Exception: Lucie::Exceptions::ActionNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/lucie/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(action, controller) ⇒ ActionNotFound

Returns a new instance of ActionNotFound.



16
17
18
# File 'lib/lucie/exceptions.rb', line 16

def initialize(action, controller)
  super "#{action} is not found in #{controller}."
end