InternalServerErrorException constructor
InternalServerErrorException(
- String message
Implementation
InternalServerErrorException(super.message) : super(statusCode: 500);
InternalServerErrorException(super.message) : super(statusCode: 500);