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/symfony/serializer/Exception/Exception.php \Symfony\Component\Serializer\Exception\Exception
Base exception.
Hierarchy
- interface \Symfony\Component\Serializer\Exception\Exception
Expanded class hierarchy of Exception
All classes that implement Exception
Deprecated
since version 2.7, to be removed in 3.0. Use ExceptionInterface instead.
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/
symfony/ serializer/ Exception/ Exception.php, line 19
Namespace
Symfony\Component\Serializer\ExceptionView source
interface Exception {
}