You are here

class Exception in Zircon Profile 8

Same name in this branch
  1. 8 vendor/masterminds/html5/src/HTML5/Exception.php \Masterminds\HTML5\Exception
  2. 8 vendor/behat/mink/src/Exception/Exception.php \Behat\Mink\Exception\Exception
Same name and namespace in other branches
  1. 8.0 vendor/masterminds/html5/src/HTML5/Exception.php \Masterminds\HTML5\Exception

The base exception for the HTML5 project.

Hierarchy

Expanded class hierarchy of Exception

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.

... See full list

File

vendor/masterminds/html5/src/HTML5/Exception.php, line 7

Namespace

Masterminds\HTML5
View source
class Exception extends \Exception {

}

Members