| 11 | } |
| 12 | } |
| 13 | class AccountNotFoundException extends Exception{ |
| 14 | AccountNotFoundException(String msg){ |
| 15 | super(msg); |
| 16 | } |
| 17 | } |
| 18 | class InvalidPinException extends Exception{ |
| 19 | InvalidPinException(String msg){ |
| 20 | super(msg); |
nothing calls this directly
no outgoing calls
no test coverage detected