ReadException constructor

ReadException(
  1. String reason, [
  2. StackTraceImpl? stacktrace
])

Thrown when the read function encouters an error.

Implementation

ReadException(super.reason, [super.stacktrace]);