Constructs a FileTransferException object.
string $message: Exception message.
int $code: Exception code.
array $arguments: Arguments to be used in this exception.
public function __construct($message, $code = 0, $arguments = []) { parent::__construct($message, $code); $this->arguments = $arguments; }