MCPcopy Create free account
hub / github.com/Mahavishnu-06/BankingSystem / InvalidPinException

Class InvalidPinException

Insufficientexception.java:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17}
18class InvalidPinException extends Exception{
19 InvalidPinException(String msg){
20 super(msg);
21 }
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected