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