Raise this error if a language file is missing
[Source]
# File lib/mack-localization/errors.rb, line 77 77: def initialize(lang) 78: super("Language file '#{lang}' not found") 79: end
[Validate]