xref: /dokuwiki/vendor/splitbrain/php-jsstrip/src/Exception.php (revision f11d30144b67d43a881b90feb9d26c33af3c8c2f)
1<?php
2
3namespace splitbrain\JSStrip;
4
5class Exception extends \Exception
6{
7}
8