Home
last modified time | relevance | path

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

/plugin/statistics/
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);
DIpResolverException.php5 class IpResolverException extends \Exception class
DLogger.php355 } catch (IpResolverException $e) {