Methods summary
public
|
|
public
Guzzle\Common\Exception\ExceptionCollection
|
#
setExceptions( array $exceptions )
Set all of the exceptions
Set all of the exceptions
Parameters
- $exceptions
- Array of exceptions
Returns
|
public
ExceptionCollection;
|
|
public
integer
|
#
count( )
Get the total number of request exceptions
Get the total number of request exceptions
Returns
integer
Implementation of
|
public
ArrayIterator
|
#
getIterator( )
Allows array-like iteration over the request exceptions
Allows array-like iteration over the request exceptions
Returns
Implementation of
|
public
Exception
|
#
getFirst( )
Get the first exception in the collection
Get the first exception in the collection
Returns
|