$batch
$batch : array
Exception thrown during a batch transfer
$transferStrategy : \Guzzle\Batch\BatchTransferInterface
$divisorStrategy : \Guzzle\Batch\BatchDivisorInterface
__construct(array $batch, array $transferredItems, \Exception $exception, \Guzzle\Batch\BatchTransferInterface $transferStrategy = null, \Guzzle\Batch\BatchDivisorInterface $divisorStrategy = null)
array | $batch | The batch being sent when the exception occurred |
array | $transferredItems | Items transferred at the point in which the exception was encountered |
\Exception | $exception | Exception encountered |
\Guzzle\Batch\BatchTransferInterface | $transferStrategy | The transfer strategy in use when the exception occurred |
\Guzzle\Batch\BatchDivisorInterface | $divisorStrategy | The divisor strategy in use when the exception occurred |
getTransferStrategy() : \Guzzle\Batch\BatchTransferInterface
Get the transfer strategy
getDivisorStrategy() : \Guzzle\Batch\BatchDivisorInterface
Get the divisor strategy