Exceptions.internalServerException constructor

const Exceptions.internalServerException(
  1. Response? response
)

Implementation

const factory Exceptions.internalServerException(Response? response) =
    InternalServerException;