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