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