/opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/Framework/MockObject/Exception
NameSizeModeActions
BadMethodCallException.php5910644editdlrm
CannotUseOnlyMethodsException.php9390644editdlrm
Exception.php5540644editdlrm
IncompatibleReturnValueException.php10380644editdlrm
MatchBuilderNotFoundException.php8530644editdlrm
MatcherAlreadyRegisteredException.php8450644editdlrm
MethodCannotBeConfiguredException.php9430644editdlrm
MethodNameAlreadyConfiguredException.php7220644editdlrm
MethodNameNotConfiguredException.php7140644editdlrm
MethodParametersAlreadyConfiguredException.php7310644editdlrm
NeverReturningMethodException.php9320644editdlrm
NoMoreReturnValuesConfiguredException.php10240644editdlrm
ReturnValueNotConfiguredException.php9610644editdlrm
RuntimeException.php5790644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php (554B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit\Framework\MockObject; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @internal This interface is not covered by the backward compatibility promise for PHPUnit */ interface Exception extends \PHPUnit\Exception { }