Exception: JOR::CouldNotFindPathToFromIndex

Inherits:
Error
  • Object
show all
Defined in:
lib/jor/errors.rb,
lib/jor/errors.rb

Instance Method Summary collapse

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