RpsException constructor

RpsException(
  1. String message, [
  2. Exception? error,
  3. StackTrace? stackTrace
])

Implementation

RpsException(this.message, [this.error, this.stackTrace]);