InconsistentClientTransferException
extends RuntimeException
in package
Command transfer exception when commands do not all use the same client
Table of Contents
Properties
- $invalidCommands : array<string|int, mixed>
Methods
- __construct() : mixed
- getCommands() : array<string|int, mixed>
- Get the invalid commands
Properties
$invalidCommands
private
array<string|int, mixed>
$invalidCommands
= array()
Commands with an invalid client
Methods
__construct()
public
__construct(array<string|int, mixed> $commands) : mixed
Parameters
- $commands : array<string|int, mixed>
-
Invalid commands
getCommands()
Get the invalid commands
public
getCommands() : array<string|int, mixed>