ServerpodClientInternalServerError constructor

ServerpodClientInternalServerError()

Creates an Internal Server Error Exception

Implementation

ServerpodClientInternalServerError()
    : super('Internal server error', HttpStatus.internalServerError);