package ex05; import common.Money; class Bank { public Money convert(Money money, String toCurrency) { throw new IllegalStateException("not implemented"); } }