class Exception in Drupal 7
Hierarchy
- class \TYPO3\PharStreamWrapper\Exception extends \TYPO3\PharStreamWrapper\RuntimeException
Expanded class hierarchy of Exception
7 files declare their use of Exception
- ConjunctionInterceptor.php in misc/
typo3/ phar-stream-wrapper/ src/ Interceptor/ ConjunctionInterceptor.php - DeserializationException.php in misc/
typo3/ phar-stream-wrapper/ src/ Phar/ DeserializationException.php - PharExtensionInterceptor.php in misc/
typo3/ drupal-security/ PharExtensionInterceptor.php - PharExtensionInterceptor.php in misc/
typo3/ phar-stream-wrapper/ src/ Interceptor/ PharExtensionInterceptor.php - PharInvocation.php in misc/
typo3/ phar-stream-wrapper/ src/ Resolver/ PharInvocation.php
4 string references to 'Exception'
- DrupalErrorHandlerTestCase::testExceptionHandler in modules/
simpletest/ tests/ error.test - Test the exception handler.
- NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI in modules/
node/ node.test - Tests that node access permissions are followed.
- NodeQueryAlter::testNodeQueryAlterWithUI in modules/
node/ node.test - Tests that node access permissions are followed.
- simpletest_result_status_image in modules/
simpletest/ simpletest.pages.inc - Get the appropriate image for the status.
File
- misc/
typo3/ phar-stream-wrapper/ src/ Exception.php, line 14
Namespace
TYPO3\PharStreamWrapperView source
class Exception extends \RuntimeException {
}