namespace Symfony\Component\Process\Exception
Object name | File name | Summary |
---|---|---|
ExceptionInterface | vendor/symfony/process/Exception/ExceptionInterface.php | Marker Interface for the Process Component. |
InvalidArgumentException | vendor/symfony/process/Exception/InvalidArgumentException.php | InvalidArgumentException for the Process Component. |
LogicException | vendor/symfony/process/Exception/LogicException.php | LogicException for the Process Component. |
ProcessFailedException | vendor/symfony/process/Exception/ProcessFailedException.php | Exception for failed processes. |
ProcessSignaledException | vendor/symfony/process/Exception/ProcessSignaledException.php | Exception that is thrown when a process has been signaled. |
ProcessStartFailedException | vendor/symfony/process/Exception/ProcessStartFailedException.php | Exception for processes failed during startup. |
ProcessTimedOutException | vendor/symfony/process/Exception/ProcessTimedOutException.php | Exception that is thrown when a process times out. |
RunProcessFailedException | vendor/symfony/process/Exception/RunProcessFailedException.php | @author Kevin Bond <kevinbond@gmail.com> |
RuntimeException | vendor/symfony/process/Exception/RuntimeException.php | RuntimeException for the Process Component. |