xref
: /
plugin
/
statistics
/
IgnoreException.php
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
namespace
dokuwiki
\
plugin
\
statistics
;
4
5
class
IgnoreException
extends
\
Exception
6
{
7
}
8