InternalErrorException constructor

InternalErrorException({
  1. required String message,
})

Implementation

InternalErrorException({
  required this.message,
});