Exception: Sortah::NoRootRouterException

Inherits:
Exception
  • Object
show all
Defined in:
lib/sortah/errors.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



11
12
13
# File 'lib/sortah/errors.rb', line 11

def inspect
  "<Sortah::NoRootRouterException>"
end

#to_sObject



10
# File 'lib/sortah/errors.rb', line 10

alias_method :to_s, :inspect