class Exceptions::LocaleNotFound

Public Class Methods

new(locale) click to toggle source
Calls superclass method
# File lib/llaxta/exceptions.rb, line 17
def initialize(locale)
  super("Locale \"#{locale}\" was not found!")
end