InternalServerErrorException constructor
InternalServerErrorException([
- dynamic message
Implementation
InternalServerErrorException([message])
: super("Internal Server Error: ", message);
InternalServerErrorException([message])
: super("Internal Server Error: ", message);