# worker/4.9.25/src/Symfony/Process/Exception/ExceptionInterface.php

ManageWP Worker, version 4.9.25. 20 lines.

- Page: https://pluginprobe.com/plugins/worker/4.9.25/code/src/Symfony/Process/Exception/ExceptionInterface.php
- Raw: https://pluginprobe.com/plugins/worker/4.9.25/raw/src/Symfony/Process/Exception/ExceptionInterface.php
- Modified: 2014-11-24T12:40:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/worker/4.9.25/code/src/Symfony/Process/Exception/ExceptionInterface.php#L10-L20`.

```php
<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/**
 * Marker Interface for the Process Component.
 *
 * @author Johannes M. Schmitt <schmittjoh@gmail.com>
 */
interface Symfony_Process_Exception_ExceptionInterface
{
}

```
