# File lib/i18n/exceptions.rb, line 4
  def initialize(message = nil)
    super(message || "key not found")
  end