Exception: Kawaii::RouteNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/kawaii/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



27
28
29
# File 'lib/kawaii/errors.rb', line 27

def message
  'Please define route in routes file'
end