PairErrorException constructor
PairErrorException(
- String message
Implementation
PairErrorException(String message) : super('PairError', message);
PairErrorException(String message) : super('PairError', message);