interface Exception in Zircon Profile 8
Same name in this branch
- 8 vendor/sebastian/global-state/src/Exception.php \SebastianBergmann\GlobalState\Exception
- 8 vendor/sebastian/recursion-context/src/Exception.php \SebastianBergmann\RecursionContext\Exception
- 8 vendor/symfony/serializer/Exception/Exception.php \Symfony\Component\Serializer\Exception\Exception
- 8 vendor/phpspec/prophecy/src/Prophecy/Exception/Exception.php \Prophecy\Exception\Exception
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Exception/Exception.php \Prophecy\Exception\Exception
Core Prophecy exception interface. All Prophecy exceptions implement it.
@author Konstantin Kudryashov <ever.zet@gmail.com>
Hierarchy
- interface \Prophecy\Exception\Exception
Expanded class hierarchy of Exception
All classes that implement Exception
3 files declare their use of Exception
- DoublerException.php in vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Doubler/ DoublerException.php - PredictionException.php in vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Prediction/ PredictionException.php - ProphecyException.php in vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Prophecy/ ProphecyException.php
25 string references to 'Exception'
- BasicAuthTest::testUnauthorizedErrorMessage in core/
modules/ basic_auth/ src/ Tests/ Authentication/ BasicAuthTest.php - Tests if a comprehensive message is displayed when the route is denied.
- ClassNodeSpec::its_parentClass_is_mutable in vendor/
phpspec/ prophecy/ spec/ Prophecy/ Doubler/ Generator/ Node/ ClassNodeSpec.php - CssCollectionRendererUnitTest::testRenderInvalidType in core/
tests/ Drupal/ Tests/ Core/ Asset/ CssCollectionRendererUnitTest.php - Tests a CSS asset group with the invalid 'type' => 'internal'.
- CssOptimizerUnitTest::testTypeExternal in core/
tests/ Drupal/ Tests/ Core/ Asset/ CssOptimizerUnitTest.php - Tests a CSS asset with 'type' => 'external'.
- CssOptimizerUnitTest::testTypeFilePreprocessingDisabled in core/
tests/ Drupal/ Tests/ Core/ Asset/ CssOptimizerUnitTest.php - Tests a file CSS asset with preprocessing disabled.
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Exception.php, line 20
Namespace
Prophecy\ExceptionView source
interface Exception {
/**
* @return string
*/
public function getMessage();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Exception:: |
public | function |