InternalServerErrorException constructor

InternalServerErrorException(
  1. dynamic error
)

Implementation

InternalServerErrorException(error)
    : super(error, "[ERROR] Internal Server Error: ");