summaryrefslogtreecommitdiff
path: root/plugins/af_readability/vendor/masterminds/html5/src/HTML5/Exception.php
blob: 64e97e6ff1ea5dd7b49e7603fe130cbb7abf2443 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace Masterminds\HTML5;

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