Class BatchTransferException
Exception thrown during a batch transfer
- Exception implements Throwable
- Guzzle\Batch\Exception\BatchTransferException implements Guzzle\Common\Exception\GuzzleException
public
|
#
__construct( array $batch, array $transferredItems,
|
public
array
|
|
public
array
|
#
getTransferredItems( )
Get the items transferred at the point in which the exception was encountered |
public
|
|
public
|
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
protected
array
|
$batch
The batch being sent when the exception occurred |
|
protected
|
$transferStrategy
The transfer strategy in use when the exception occurred |
|
protected
|
$divisorStrategy
The divisor strategy in use when the exception occurred |
|
protected
array
|
$transferredItems
Items transferred at the point in which the exception was encountered |
$code,
$file,
$line,
$message
|