Class Mack::Localization::Errors::FormatEngineNotFound
In: lib/mack-localization/errors.rb
Parent: StandardError

Raise this error when the formatter cannot find the engine for the given language

Methods

new  

Public Class methods

[Source]

    # File lib/mack-localization/errors.rb, line 47
47:         def initialize(lang)
48:           super("Format engine not found for '#{lang}'")
49:         end

[Validate]