Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / masterminds / html5 / src / HTML5 / Exception.php
1 <?php
2 namespace Masterminds\HTML5;
3
4 /**
5  * The base exception for the HTML5 project.
6  */
7 class Exception extends \Exception
8 {
9 }