TYPO3  7.6
Public Member Functions | Private Attributes | List of all members
ShellCommandFailureException Class Reference
Inheritance diagram for ShellCommandFailureException:
AdapterFailureException ExceptionInterface

Public Member Functions

 __construct (AdapterInterface $adapter, Command $command,\Exception $previous=null)
 
 getCommand ()
 
- Public Member Functions inherited from AdapterFailureException
 __construct (AdapterInterface $adapter, $message=null,\Exception $previous=null)
 
 getAdapter ()
 

Private Attributes

 $command
 

Detailed Description

Author
Jean-François Simon conta.nosp@m.ct@j.nosp@m.fsimo.nosp@m.n.fr

Definition at line 20 of file ShellCommandFailureException.php.

Constructor & Destructor Documentation

__construct ( AdapterInterface  $adapter,
Command  $command,
\Exception  $previous = null 
)
Parameters
AdapterInterface$adapter
Command$command
\Exception | null$previous

Definition at line 32 of file ShellCommandFailureException.php.

References ShellCommandFailureException\$command, and Command\join().

Member Function Documentation

getCommand ( )
Returns
Command

Definition at line 41 of file ShellCommandFailureException.php.

References ShellCommandFailureException\$command.

Member Data Documentation

$command
private