Exception thrown if the subprocess cannot be started.
Synopsis
Declared in <folly/Subprocess.h>
class SubprocessSpawnError
: public SubprocessError
Base Classes
Name |
Description |
Base exception thrown by the Subprocess methods. |
Member Functions
Name |
Description |
|
Constructs the error for a subprocess that could not be started. |
|
Destroys the error. |
Returns the errno value captured when the spawn failed. |
|
|
Using Declarations
Name |
Description |
Inherits the std::runtime_error constructors. |
Created with MrDocs