You are here

abstract 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/behat/mink/src/Exception/Exception.php \Behat\Mink\Exception\Exception

Mink base exception class.

@author Konstantin Kudryashov <ever.zet@gmail.com>

Hierarchy

Expanded class hierarchy of Exception

1 file declares its use of Exception
BrowserTestBase.php in core/modules/simpletest/src/BrowserTestBase.php
Contains \Drupal\simpletest\BrowserTestBase.
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/behat/mink/src/Exception/Exception.php, line 18

Namespace

Behat\Mink\Exception
View source
abstract class Exception extends \Exception {

}

Members