InvalidLibraryFileException.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Core\Asset\ExceptionFile
core/lib/Drupal/Core/Asset/Exception/InvalidLibraryFileException.phpView source
<?php
namespace Drupal\Core\Asset\Exception;
/**
* Defines an exception if the library file could not be parsed.
*/
class InvalidLibraryFileException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
InvalidLibraryFileException | Defines an exception if the library file could not be parsed. |