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