You are here

InvalidLibraryFileException.php in Zircon Profile 8.0

File

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

/**
 * @file
 * Contains \Drupal\Core\Asset\Exception\InvalidLibraryFileException.
 */
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.