aaf049bb99cf02ad78402234f6258ba8c0664da1
[yaffs-website] / 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 }