InvalidLibraryFileException.php 185 B

12345678910
  1. <?php
  2. namespace Drupal\Core\Asset\Exception;
  3. /**
  4. * Defines an exception if the library file could not be parsed.
  5. */
  6. class InvalidLibraryFileException extends \RuntimeException {
  7. }