TelePayException constructor

const TelePayException(
  1. String message
)

The exception is thrown when an unauthorized request is made.s

Implementation

const TelePayException(this.message);