SftpExtensionVersionMismatchError constructor

SftpExtensionVersionMismatchError(
  1. String extension,
  2. String version
)

Implementation

SftpExtensionVersionMismatchError(this.extension, this.version);