Class I18n::UnknownFileType
In: vendor/rails/activesupport/lib/active_support/vendor/i18n-0.0.1/i18n/exceptions.rb
Parent: ArgumentError

Methods

new  

Attributes

filename  [R] 
type  [R] 

Public Class methods

[Source]

    # File vendor/rails/activesupport/lib/active_support/vendor/i18n-0.0.1/i18n/exceptions.rb, line 48
48:     def initialize(type, filename)
49:       @type, @filename = type, filename
50:       super "can not load translations from #{filename}, the file type #{type} is not known"
51:     end

[Validate]