golden hour
/opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src
⬆️ Go Up
Upload
File/Folder
Size
Actions
Event
-
Del
OK
Exception.php
331 B
Del
OK
Framework
-
Del
OK
Logging
-
Del
OK
Metadata
-
Del
OK
Runner
-
Del
OK
TextUI
-
Del
OK
Util
-
Del
OK
Edit: Exception.php
<?php declare(strict_types=1); /* * This file is part of PHPUnit. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit; use Throwable; interface Exception extends Throwable { }
Save