InternalServiceErrorException({String? type, String? message}) : super( type: type, code: 'InternalServiceErrorException', message: message);