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.



251
252
253
# File 'lib/traject/translation_map.rb', line 251

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