# File lib/i18n/core_ext/string/interpolate.rb, line 18
    def initialize(message = nil)
      super(message || "key not found")
    end