InternalServerError constructor

InternalServerError(
  1. dynamic message
)

Implementation

InternalServerError(message) : super(message);