File "Exception.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/masterminds/html5/src/HTML5/Exception.php
File size: 129 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Masterminds\HTML5;

/**
 * The base exception for the HTML5 project.
 */
class Exception extends \Exception
{
}