FTPConnectException constructor

FTPConnectException(
  1. String message, [
  2. String? response
])

Implementation

FTPConnectException(this.message, [this.response]);