InternalErrorException constructor

InternalErrorException({
  1. String? message,
})

Implementation

InternalErrorException({
  this.message,
});