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.
178 179 180 |
# File 'lib/traject/translation_map.rb', line 178 def initialize(path) super("No translation map definition file found at '#{path}[.rb|.yaml]' in load path") end |