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