Methods

I18n::InvalidLocale

Attributes

locale[R]

Public Class Methods

new(locale) click to toggle source
# File lib/i18n/exceptions.rb, line 22
def initialize(locale)
  @locale = locale
  super "#{locale.inspect} is not a valid locale"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.