TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
AmbiguousCommandIdentifierException Class Reference
Inheritance diagram for AmbiguousCommandIdentifierException:
CommandException Exception Exception

Public Member Functions

 __construct ($message= '', $code=0,\Exception $previousException=null, array $matchingCommands)
 
 getMatchingCommands ()
 

Protected Attributes

 $matchingCommands = array()
 

Detailed Description

An "Ambiguous command identifier" exception

http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3 or later

Definition at line 22 of file AmbiguousCommandIdentifierException.php.

Constructor & Destructor Documentation

__construct (   $message = '',
  $code = 0,
\Exception  $previousException = null,
array  $matchingCommands 
)

Overwrites parent constructor to be able to inject matching commands.

Parameters
string$message
int$code
\Exception | NULL$previousException
array$matchingCommands<> $matchingCommands Commands that matched the command identifier
See Also
Exception

Definition at line 38 of file AmbiguousCommandIdentifierException.php.

References AmbiguousCommandIdentifierException\__construct().

Referenced by AmbiguousCommandIdentifierException\__construct().

Member Function Documentation

getMatchingCommands ( )

Member Data Documentation

$matchingCommands = array()
protected

Definition at line 27 of file AmbiguousCommandIdentifierException.php.