InternalErrorException constructor
InternalErrorException({
- required String message,
Implementation
InternalErrorException({
required this.message,
});
InternalErrorException({
required this.message,
});