Methods

Class/Module Index [+]

Quicksearch

I18n::InvalidLocaleData

Attributes

filename[R]

Public Class Methods

new(filename, exception_message) click to toggle source
# File lib/i18n/exceptions.rb, line 46
def initialize(filename, exception_message)
  @filename, @exception_message = filename, exception_message
  super "can not load translations from #{filename}: #{exception_message}"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.