/var/www/flurhymez/vendor/phpunit/phpunit/src/TextUI/Exception
NameSizeModeActions
Exception.php4390644editdlrm
ReflectionException.php4860644editdlrm
RuntimeException.php4610644editdlrm
TestDirectoryNotFoundException.php7230644editdlrm
TestFileNotFoundException.php7130644editdlrm
Edit: /var/www/flurhymez/vendor/phpunit/phpunit/src/TextUI/Exception/Exception.php (439B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit\TextUI; use Throwable; /** * @internal This interface is not covered by the backward compatibility promise for PHPUnit */ interface Exception extends Throwable { }