# File lib/i18n/exceptions.rb, line 44 def initialize(filename) @filename = filename super "can not load translations from #{filename}, expected it to return a hash, but does not" end