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