class Exception
Same name in this branch
- 11.1.x vendor/masterminds/html5/src/HTML5/Exception.php \Masterminds\HTML5\Exception
- 11.1.x vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/Exception.php \PHPUnit\Framework\MockObject\Stub\Exception
- 11.1.x vendor/phpunit/phpunit/src/Framework/Exception/Exception.php \PHPUnit\Framework\Exception
- 11.1.x vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php \PHPUnit\Framework\Constraint\Exception
- 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Exception.php \PHPUnit\TextUI\XmlConfiguration\Exception
- 11.1.x vendor/lullabot/php-webdriver/lib/WebDriver/Exception.php \WebDriver\Exception
- 11.1.x vendor/theseer/tokenizer/src/Exception.php \TheSeer\Tokenizer\Exception
- 11.1.x vendor/behat/mink/src/Exception/Exception.php \Behat\Mink\Exception\Exception
- 11.1.x vendor/mck89/peast/lib/Peast/Selector/Exception.php \Peast\Selector\Exception
- 11.1.x vendor/mck89/peast/lib/Peast/Syntax/Exception.php \Peast\Syntax\Exception
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This class is not covered by the backward compatibility promise for PHPUnit
Hierarchy
- class \PHPUnit\TextUI\CliArguments\Exception extends \RuntimeException implements \PHPUnit\Exception
Expanded class hierarchy of Exception
4 files declare their use of Exception
- Application.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Application.php - Builder.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Builder.php - Merger.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Merger.php - Registry.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Registry.php
25 string references to 'Exception'
- ErrorListener::onControllerArguments in vendor/
symfony/ http-kernel/ EventListener/ ErrorListener.php - ExceptionDataCollector::getName in vendor/
symfony/ http-kernel/ DataCollector/ ExceptionDataCollector.php - Returns the name of the collector.
- Exporter::prepare in vendor/
symfony/ var-exporter/ Internal/ Exporter.php - Prepares an array of values for VarExporter.
- Formatter::format in vendor/
open-telemetry/ api/ Behavior/ Internal/ LogWriter/ Formatter.php - FullyQualifiedExceptionsSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Namespaces/ FullyQualifiedExceptionsSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Cli/ Exception.php, line 19
Namespace
PHPUnit\TextUI\CliArgumentsView source
final class Exception extends RuntimeException implements \PHPUnit\Exception {
}