OpenMediaVault  3.0 (Erasmus)
The open network attached storage solution
Public Member Functions | List of all members
OMV\ExecException Class Reference
Inheritance diagram for OMV\ExecException:
OMV\Exception

Public Member Functions

 __construct ($cmdLine, array $output=array(), $exitStatus=NULL)
 

Detailed Description

ExecException is thrown when the execution of a process fails.

Constructor & Destructor Documentation

OMV\ExecException::__construct (   $cmdLine,
array  $output = array(),
  $exitStatus = NULL 
)
Parameters
string$cmdLineThe command line string.
array$outputThe output of the executed command.
int$exitStatusThe return status of the executed command.

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