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