Exception: Hibana::Errors::RouterNotSetError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/hibana/errors/router_not_set_error.rb

Instance Method Summary collapse

Instance Method Details

#to_sString

Returns:

  • (String)


5
6
7
# File 'lib/hibana/errors/router_not_set_error.rb', line 5

def to_s
  "Can't handle requests because router is not set."
end