Exception: Noodles::Http::NoRouterError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/noodles/http/errors/no_router_error.rb

Instance Method Summary collapse

Constructor Details

#initializeNoRouterError

Returns a new instance of NoRouterError.



4
5
6
# File 'lib/noodles/http/errors/no_router_error.rb', line 4

def initialize
  super("No HTTP Routes defined!")
end