ReadException constructor
ReadException(
- String reason, [
- StackTraceImpl? stacktrace
Thrown when the read function encouters an error.
Implementation
ReadException(super.reason, [super.stacktrace]);