InternalServerErrorException constructor
InternalServerErrorException(})
Implementation
InternalServerErrorException(
super.message, {
required super.response,
required super.responseBody,
super.status,
}) : super(statusCode: 500);