Home
last modified time | relevance | path

Searched refs:IpResolverException (Results 1 – 3 of 3) sorted by relevance

/plugin/statistics/
H A Dhelper.php9 use dokuwiki\plugin\statistics\IpResolverException; alias
116 * @throws IpResolverException
126 throw new IpResolverException('Failed talk to ip-api.com.');
131 … throw new IpResolverException('Failed to decode JSON from ip-api.com.', $e->getTrace(), 0, $e);
134 throw new IpResolverException('Invalid ip-api.com result for' . $ip, $data);
H A DIpResolverException.php5 class IpResolverException extends \Exception class
H A DLogger.php355 } catch (IpResolverException $e) {