Exception: Mack::Localization::Errors::LanguageFileNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Mack::Localization::Errors::LanguageFileNotFound
- Defined in:
- lib/mack-localization/errors.rb
Overview
Raise this error if a language file is missing
Instance Method Summary collapse
-
#initialize(lang) ⇒ LanguageFileNotFound
constructor
A new instance of LanguageFileNotFound.
Constructor Details
#initialize(lang) ⇒ LanguageFileNotFound
Returns a new instance of LanguageFileNotFound.
77 78 79 |
# File 'lib/mack-localization/errors.rb', line 77 def initialize(lang) super("Language file '#{lang}' not found") end |