ResponseFormatException constructor

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

Implementation

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