class InvalidLibrariesExtendSpecificationException in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Asset/Exception/InvalidLibrariesExtendSpecificationException.php \Drupal\Core\Asset\Exception\InvalidLibrariesExtendSpecificationException
Defines a custom exception for an invalid libraries-extend specification.
Hierarchy
- class \Drupal\Core\Asset\Exception\InvalidLibrariesExtendSpecificationException extends \Drupal\Core\Asset\Exception\RuntimeException
Expanded class hierarchy of InvalidLibrariesExtendSpecificationException
2 files declare their use of InvalidLibrariesExtendSpecificationException
- LibraryDiscoveryCollector.php in core/
lib/ Drupal/ Core/ Asset/ LibraryDiscoveryCollector.php - LibraryDiscoveryIntegrationTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Asset/ LibraryDiscoveryIntegrationTest.php
File
- core/
lib/ Drupal/ Core/ Asset/ Exception/ InvalidLibrariesExtendSpecificationException.php, line 8
Namespace
Drupal\Core\Asset\ExceptionView source
class InvalidLibrariesExtendSpecificationException extends \RuntimeException {
}