InternalServerError constructor
InternalServerError({
- required dynamic message,
- int code = HttpStatus.internalServerError,
Implementation
InternalServerError({
required super.message,
super.code = HttpStatus.internalServerError,
});