/var/www/vhosts/ihelp.ro/httpdocs/vendor/phpunit/php-invoker/src/exceptions
NameSizeModeActions
Exception.php3610644editdlrm
ProcessControlExtensionNotLoadedException.php4300644editdlrm
TimeoutException.php4050644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/phpunit/php-invoker/src/exceptions/Exception.php (361B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace SebastianBergmann\Invoker; use Throwable; interface Exception extends Throwable { }