PairErrorException constructor

PairErrorException(
  1. String message
)

Implementation

PairErrorException(String message) : super('PairError', message);