class ShellCommandFailureException extends AdapterFailureException

deprecated since 2.8, to be removed in 3.0.

Methods

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

No description

getCommand()

No description

Details

at line line 36
__construct(AdapterInterface $adapter, Command $command, Exception $previous = null)

Parameters

AdapterInterface $adapter
Command $command
Exception $previous

in AdapterFailureException at line line 46
AdapterInterface getAdapter()

Return Value

AdapterInterface

at line line 45
Command getCommand()

Return Value

Command