# File lib/money/bank/single_currency.rb, line 19
      def exchange_with(from, to_currency, &block)
        raise DifferentCurrencyError, "No exchanging of currencies allowed: #{from} #{from.currency} to #{to_currency}"
      end