Home
last modified time | relevance | path

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

/plugin/statistics/
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');
Dhelper.php8 use dokuwiki\plugin\statistics\IgnoreException; alias
68 if (!$e instanceof IgnoreException) {
DIgnoreException.php5 class IgnoreException extends \Exception class
Ddispatch.php12 use dokuwiki\plugin\statistics\IgnoreException; alias