class FileTransferException extends RuntimeException (View source)

Exception thrown for file transfer errors.

Properties

array $arguments

Arguments to be used in this exception.

Methods

__construct(string $message, int $code = 0, array $arguments = [])

Constructs a FileTransferException object.

Details

__construct(string $message, int $code = 0, array $arguments = [])

Constructs a FileTransferException object.

Parameters

string $message

Exception message.

int $code

Exception code.

array $arguments

Arguments to be used in this exception.