Home
last modified time | relevance | path

Searched refs:IgnoreException (Results 1 – 4 of 4) sorted by relevance

/plugin/statistics/
H A DLogger.php56 * @throws IgnoreException
79 throw new IgnoreException('Bot detected, not logging');
128 * @throws IgnoreException
135 throw new IgnoreException('No user ID found');
145 * @throws IgnoreException
151 throw new IgnoreException('No session ID found');
H A Dhelper.php8 use dokuwiki\plugin\statistics\IgnoreException; alias
68 if (!$e instanceof IgnoreException) {
H A DIgnoreException.php5 class IgnoreException extends \Exception class
H A Ddispatch.php12 use dokuwiki\plugin\statistics\IgnoreException; alias