Exception: Sortah::NoRootRouterException
- Inherits:
-
Exception
- Object
- Exception
- Sortah::NoRootRouterException
- Defined in:
- lib/sortah/errors.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
11 12 13 |
# File 'lib/sortah/errors.rb', line 11 def inspect "<Sortah::NoRootRouterException>" end |
#to_s ⇒ Object
10 |
# File 'lib/sortah/errors.rb', line 10 alias_method :to_s, :inspect |