Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Asset / Exception / InvalidLibraryFileException.php
1 <?php
2
3 namespace Drupal\Core\Asset\Exception;
4
5 /**
6  * Defines an exception if the library file could not be parsed.
7  */
8 class InvalidLibraryFileException extends \RunTimeException {
9
10 }