File "Exception.php"
Full Path: /home/ichhrkpd/public_html/idcm/application/third_party/dompdf/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
{
}