ContextReadException constructor

const ContextReadException({
  1. Object? originalException,
  2. StackTrace? originalStackTrace,
})

Implementation

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