Exception: Mack::Localization::Errors::LanguageFileNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mack-localization/errors.rb

Overview

Raise this error if a language file is missing

Instance Method Summary collapse

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