Exception: Exceptions::LocaleNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Exceptions::LocaleNotFound
- Defined in:
- lib/llaxta/exceptions.rb
Instance Method Summary collapse
-
#initialize(locale) ⇒ LocaleNotFound
constructor
A new instance of LocaleNotFound.
Constructor Details
#initialize(locale) ⇒ LocaleNotFound
Returns a new instance of LocaleNotFound.
17 18 19 |
# File 'lib/llaxta/exceptions.rb', line 17 def initialize(locale) super("Locale \"#{locale}\" was not found!") end |