Exception thrown by *Checked methods of Subprocess.
Synopsis
Declared in <folly/Subprocess.h>
class CalledProcessError
: public SubprocessError
Base Classes
Name |
Description |
Base exception thrown by the Subprocess methods. |
Member Functions
Name |
Description |
|
Constructs the error from a process return code. |
|
Destroys the error. |
Returns the return code of the process that caused this error. |
|
|
Using Declarations
Name |
Description |
Inherits the std::runtime_error constructors. |
Created with MrDocs