InternalServerErrorException constructor

InternalServerErrorException([
  1. String? message
])

Implementation

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