X7ROOT File Manager
Current Path:
/opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/Event/Exception
opt
/
cpanel
/
ea-wappspector
/
vendor
/
phpunit
/
phpunit
/
src
/
Event
/
Exception
/
??
..
??
EventAlreadyAssignedException.php
(507 B)
??
EventFacadeIsSealedException.php
(506 B)
??
Exception.php
(330 B)
??
InvalidArgumentException.php
(488 B)
??
InvalidEventException.php
(499 B)
??
InvalidSubscriberException.php
(504 B)
??
MapError.php
(486 B)
??
MoreThanOneDataSetFromDataProviderException.php
(559 B)
??
NoComparisonFailureException.php
(540 B)
??
NoDataSetFromDataProviderException.php
(550 B)
??
NoPreviousThrowableException.php
(506 B)
??
NoTestCaseObjectOnCallStackException.php
(760 B)
??
RuntimeException.php
(472 B)
??
SubscriberTypeAlreadyRegisteredException.php
(518 B)
??
UnknownEventException.php
(499 B)
??
UnknownEventTypeException.php
(503 B)
??
UnknownSubscriberException.php
(504 B)
??
UnknownSubscriberTypeException.php
(508 B)
Editing: MapError.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\Event; use RuntimeException; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ final class MapError extends RuntimeException implements Exception { }
Upload File
Create Folder