/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/TimeoutException.php (405B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace SebastianBergmann\Invoker; use RuntimeException; final class TimeoutException extends RuntimeException implements Exception { }