Exception: RubyRoutesTrie::RouteNotExist

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

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/exceptions/route_not_exist.rb', line 3

def message
   "This route not exist"
end