DdxException.internalServerError constructor

DdxException.internalServerError({
  1. DdxError? ddxError,
})

Implementation

factory DdxException.internalServerError({DdxError? ddxError}) = InternalServerErrorException;