Files
Sentri/vendor/masterminds/html5/src/HTML5/Exception.php
2026-07-07 22:49:30 +02:00

11 lines
129 B
PHP

<?php
namespace Masterminds\HTML5;
/**
* The base exception for the HTML5 project.
*/
class Exception extends \Exception
{
}