Exception: JOR::CouldNotFindPathToFromIndex
- Defined in:
- lib/jor/errors.rb,
lib/jor/errors.rb
Instance Method Summary collapse
-
#initialize(index, id) ⇒ CouldNotFindPathToFromIndex
constructor
A new instance of CouldNotFindPathToFromIndex.
Constructor Details
#initialize(index, id) ⇒ CouldNotFindPathToFromIndex
Returns a new instance of CouldNotFindPathToFromIndex.
85 86 87 |
# File 'lib/jor/errors.rb', line 85 def initialize(str) super %(Could not find path_to from index #{str}) end |