Exception: Exceptions::LocaleNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/llaxta/exceptions.rb

Instance Method Summary collapse

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