Open Journal Systems  3.3.0
Guzzle\Service\Exception\InconsistentClientTransferException Class Reference
Inheritance diagram for Guzzle\Service\Exception\InconsistentClientTransferException:
Guzzle\Common\Exception\RuntimeException Guzzle\Common\Exception\GuzzleException

Public Member Functions

 __construct (array $commands)
 
 getCommands ()
 

Detailed Description

Command transfer exception when commands do not all use the same client

Definition at line 10 of file InconsistentClientTransferException.php.

Constructor & Destructor Documentation

◆ __construct()

Guzzle\Service\Exception\InconsistentClientTransferException::__construct ( array  $commands)
Parameters
array$commandsInvalid commands

Definition at line 23 of file InconsistentClientTransferException.php.

Member Function Documentation

◆ getCommands()

Guzzle\Service\Exception\InconsistentClientTransferException::getCommands ( )

Get the invalid commands

Returns
array

Definition at line 37 of file InconsistentClientTransferException.php.


The documentation for this class was generated from the following file: