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