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