InternalServerException constructor

const InternalServerException(
  1. Response? response
)

Implementation

const InternalServerException(this.response) : super._();