X7ROOT File Manager
Current Path:
/opt/cpanel/ea-wappspector/vendor/phpunit/php-code-coverage/src/Exception
opt
/
cpanel
/
ea-wappspector
/
vendor
/
phpunit
/
php-code-coverage
/
src
/
Exception
/
??
..
??
BranchAndPathCoverageNotSupportedException.php
(442 B)
??
DeadCodeDetectionNotSupportedException.php
(438 B)
??
DirectoryCouldNotBeCreatedException.php
(486 B)
??
Exception.php
(372 B)
??
FileCouldNotBeWrittenException.php
(430 B)
??
InvalidArgumentException.php
(410 B)
??
NoCodeCoverageDriverAvailableException.php
(550 B)
??
NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php
(600 B)
??
ParserException.php
(415 B)
??
PathExistsButIsNotDirectoryException.php
(652 B)
??
PcovNotAvailableException.php
(592 B)
??
ReflectionException.php
(419 B)
??
ReportAlreadyFinalizedException.php
(561 B)
??
StaticAnalysisCacheNotConfiguredException.php
(441 B)
??
TestIdMissingException.php
(519 B)
??
UnintentionallyCoveredCodeException.php
(1.17 KB)
??
WriteOperationFailedException.php
(631 B)
??
XdebugNotAvailableException.php
(596 B)
??
XdebugNotEnabledException.php
(666 B)
??
XmlException.php
(412 B)
Editing: Exception.php
<?php declare(strict_types=1); /* * This file is part of phpunit/php-code-coverage. * * (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 SebastianBergmann\CodeCoverage; use Throwable; interface Exception extends Throwable { }
Upload File
Create Folder