Class ExceptionBufferingBatch
	
	BatchInterface decorator used to buffer exceptions encountered during a transfer.  The exceptions can then later be
processed after a batch flush has completed.
	 
	
		- 
			Guzzle\Batch\AbstractBatchDecorator
			
			 implements 
				Guzzle\Batch\BatchInterface
			
			
		
- 
			 Guzzle\Batch\ExceptionBufferingBatch Guzzle\Batch\ExceptionBufferingBatch
	Methods summary
	
		| 
			 public 
			array
			
			 | 
		#
		flush( )
			Flush the batch and transfer the items 
			Flush the batch and transfer the items Returns
					arrayReturns an array flushed items
 Overrides | 
	
		| 
			 public 
			array
			
			 | 
		#
		getExceptions( )
			Get the buffered exceptions 
			Get the buffered exceptions Returns
					arrayArray of BatchTransferException objects
 | 
	
		| 
			 public 
			
			
			 | 
		#
		clearExceptions( )
			Clear the buffered exceptions 
			Clear the buffered exceptions | 
	
	
	
	Properties summary
	
		| 
			protected  
			array
		 | $exceptions 
				Array of BatchTransferException exceptions 
				Array of BatchTransferException exceptions |  |