Methods
Attributes
[R] filename
[R] type
Public Class methods
new(type, filename)
    # File vendor/rails/activesupport/lib/active_support/vendor/i18n-0.1.3/lib/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