abstract class Exception in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/masterminds/html5/src/HTML5/Exception.php \Masterminds\HTML5\Exception
- 8.0 vendor/behat/mink/src/Exception/Exception.php \Behat\Mink\Exception\Exception
Same name and namespace in other branches
- 8 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.
File
- vendor/
behat/ mink/ src/ Exception/ Exception.php, line 18
Namespace
Behat\Mink\ExceptionView source
abstract class Exception extends \Exception {
}