AdapterException constructor
const
AdapterException(
- String message, [
- Object? originalError,
- StackTrace? stackTrace
Implementation
const AdapterException(this.message, [this.originalError, this.stackTrace]);