InternalServerErrorException constructor
InternalServerErrorException(
- String message, {
- Status? status,
Implementation
InternalServerErrorException(super.message, {super.status})
: super(statusCode: 500);