InternalServerErrorException constructor

InternalServerErrorException(
  1. String message, {
  2. Status? status,
})

Implementation

InternalServerErrorException(super.message, {super.status})
  : super(statusCode: 500);