Exception: Traject::TranslationMap::NotFound

Inherits:
Exception
  • Object
show all
Defined in:
lib/traject/translation_map.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ NotFound

Returns a new instance of NotFound.



196
197
198
# File 'lib/traject/translation_map.rb', line 196

def initialize(path)
  super("No translation map definition file found at '#{path}[.rb|.yaml]' in load path: #{$LOAD_PATH}")
end