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