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