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