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