SftpStatusError constructor

SftpStatusError(
  1. int code,
  2. String message
)

Implementation

SftpStatusError(this.code, this.message);