CSDocsInternalErrorException constructor

CSDocsInternalErrorException({
  1. required String? message,
  2. required String errorDescription,
})

Implementation

CSDocsInternalErrorException({
  required this.message,
  required this.errorDescription,
});