Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
| LibraryDefinitionMissingLicenseException | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
| <?php | |
| /** | |
| * @file | |
| * Contains \Drupal\Core\Asset\Exception\LibraryDefinitionMissingLicenseException. | |
| */ | |
| namespace Drupal\Core\Asset\Exception; | |
| /** | |
| * Defines a custom exception if a library has a remote but no license. | |
| */ | |
| class LibraryDefinitionMissingLicenseException extends \RuntimeException { | |
| } |