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