summaryrefslogtreecommitdiff
path: root/src/NodeClass/DOMException.php
blob: 124a557e6456ef68ca5ce49dfada4e7a4f2c38d4 (plain)
1
2
3
4
5
6
7
8
<?php

namespace andreskrey\Readability\NodeClass;

class DOMException extends \DOMException
{
    use NodeClassTrait;
}