/home/techb158/dev.balacoffee.com/vendor/phpunit/php-invoker/src/exceptions
NameSizeModeActions
Exception.php3610644editdlrm
ProcessControlExtensionNotLoadedException.php4300644editdlrm
TimeoutException.php4050644editdlrm
Edit: /home/techb158/dev.balacoffee.com/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 { }