# File lib/active_support/vendor/i18n-0.4.1/i18n/exceptions.rb, line 56 def initialize(type, filename) @type, @filename = type, filename super "can not load translations from #{filename}, the file type #{type} is not known" end