Class BatchTransferException
Exception thrown during a batch transfer
- Exception
-
Guzzle\Batch\Exception\BatchTransferException
implements
Guzzle\Common\Exception\GuzzleException
Methods summary
-
public__construct ( array $batch, array $transferredItems, Exception $exception, Guzzle\Batch\BatchTransferInterface $transferStrategy = null, Guzzle\Batch\BatchDivisorInterface $divisorStrategy = null ) -
publicgetBatch ( )Get the batch that we being sent when the exception occurred
-
publicgetTransferredItems ( )Get the items transferred at the point in which the exception was encountered
-
publicgetTransferStrategy ( )Get the transfer strategy
-
publicgetDivisorStrategy ( )Get the divisor strategy
Methods detail
#
public
__construct( array $batch, array $transferredItems, Exception $exception, Guzzle\Batch\BatchTransferInterface $transferStrategy = null, Guzzle\Batch\BatchDivisorInterface $divisorStrategy = null )
Parameters
- $batch
array
$batch The batch being sent when the exception occurred- $transferredItems
array
$transferredItems Items transferred at the point in which the exception was encountered- $exception
Exception
$exception Exception encountered- $transferStrategy
Guzzle\Batch\BatchTransferInterface
$transferStrategy The transfer strategy in use when the exception occurred- $divisorStrategy
Guzzle\Batch\BatchDivisorInterface
$divisorStrategy The divisor strategy in use when the exception occurred
Overrides
Get the batch that we being sent when the exception occurred
Returns
arrayGet the items transferred at the point in which the exception was encountered
Returns
arrayMethods inherited from Exception
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
Magic methods summary
Properties summary
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 |