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/phpunit/phpunit/src/TextUI/Configuration/Cli/Exception.php \PHPUnit\TextUI\CliArguments\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/Syntax/Exception.php \Peast\Syntax\Exception
Selector exception class. Syntax errors in selectors are thrown using this exception class.
@author Marco Marchiò <marco.mm89@gmail.com>
@codeCoverageIgnore
Hierarchy
- class \Peast\Selector\Exception extends \Peast\Selector\Exception
- class \Peast\Selector\Exception extends \Peast\Selector\Exception
Expanded class hierarchy of Exception
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/
mck89/ peast/ lib/ Peast/ Selector/ Exception.php, line 20
Namespace
Peast\SelectorView source
class Exception extends \Exception {
}