Exception: Exceptions::LocaleMissing

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

Instance Method Summary collapse

Constructor Details

#initializeLocaleMissing

Returns a new instance of LocaleMissing.



11
12
13
# File 'lib/llaxta/exceptions.rb', line 11

def initialize
  super("Locale can not be blank!")
end