Namespaces
Salient
Cache
Cli
Collection
Console
Container
Contract
Core
Concern
Date
Event
Exception
Facade
Provider
Reflection
Curler
Db
Http
Iterator
PHPDoc
Polyfill
Sync
Testing
Utility
Traits
ExceptionTrait
MultipleErrorExceptionTrait
Exceptions
Exception
InvalidConfigurationException
InvalidDataException
MethodNotImplementedException
MultipleErrorException
ProcessDidNotTerminateException
ProcessException
ProcessFailedException
ProcessTerminatedBySignalException
ProcessTimedOutException
Overview
Namespace
Class
Tree
1:
<?php
declare
(strict_types=
1
);
2:
3:
namespace
Salient\Core\Exception;
4:
5:
/**
6:
* @api
7:
*/
8:
class
ProcessDidNotTerminateException
extends
ProcessException {}
9: