xref
: /
dokuwiki
/
vendor
/
splitbrain
/
php-jsstrip
/
src
/
Exception.php
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
namespace
splitbrain
\
JSStrip
;
4
5
class
Exception
extends
\
Exception
6
{
7
}
8