InternalServerErrorException constructor
InternalServerErrorException([
- String? message
Implementation
InternalServerErrorException([String? message])
: super(message, "InternalServer exception: ");