Exception: Traject::TranslationMap::NotFound
- Inherits:
-
Exception
- Object
- Exception
- Traject::TranslationMap::NotFound
- Defined in:
- lib/traject/translation_map.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ NotFound
constructor
A new instance of NotFound.
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 |