class Exceptions::LocaleMissing
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/llaxta/exceptions.rb, line 11 def initialize super("Locale can not be blank!") end