Exception: Yake::Errors::UndeclaredRoute

Inherits:
Error
  • Object
show all
Defined in:
lib/yake/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(method = nil) ⇒ UndeclaredRoute

Returns a new instance of UndeclaredRoute.



8
9
10
# File 'lib/yake/errors.rb', line 8

def initialize(method = nil)
  super("No route declared for '#{ method }'")
end