You are here

InvalidLibraryFileException.php in Drupal 9

File

core/lib/Drupal/Core/Asset/Exception/InvalidLibraryFileException.php
View source
<?php

namespace Drupal\Core\Asset\Exception;


/**
 * Defines an exception if the library file could not be parsed.
 */
class InvalidLibraryFileException extends \RuntimeException {

}

Classes

Namesort descending Description
InvalidLibraryFileException Defines an exception if the library file could not be parsed.