ServerException constructor

const ServerException(
  1. Response? response
)

Implementation

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