Searched refs:IgnoreException (Results 1 – 4 of 4) sorted by relevance
56 * @throws IgnoreException79 throw new IgnoreException('Bot detected, not logging');128 * @throws IgnoreException135 throw new IgnoreException('No user ID found');145 * @throws IgnoreException151 throw new IgnoreException('No session ID found');
8 use dokuwiki\plugin\statistics\IgnoreException; alias68 if (!$e instanceof IgnoreException) {
5 class IgnoreException extends \Exception class
12 use dokuwiki\plugin\statistics\IgnoreException; alias