RpsException constructor
RpsException(
- String message, [
- Exception? error,
- StackTrace? stackTrace
Implementation
RpsException(this.message, [this.error, this.stackTrace]);