Methods

I18n::UnknownFileType

Attributes

filename[R]
type[R]

Public Class Methods

new(type, filename) click to toggle source
# File lib/i18n/exceptions.rb, line 83
def initialize(type, filename)
  @type, @filename = type, filename
  super "can not load translations from #{filename}, the file type #{type} is not known"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.