InternalServerErrorException constructor

InternalServerErrorException(
  1. String message
)

Implementation

InternalServerErrorException(super.message) : super(statusCode: 500);