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