ContextReadException constructor
const
ContextReadException({
- Object? originalException,
- StackTrace? originalStackTrace,
Implementation
const ContextReadException({
Object? originalException,
StackTrace? originalStackTrace,
}) : super(originalException, originalStackTrace);