Searched refs:IpResolverException (Results 1 – 3 of 3) sorted by relevance
9 use dokuwiki\plugin\statistics\IpResolverException; alias116 * @throws IpResolverException126 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);
5 class IpResolverException extends \Exception class
355 } catch (IpResolverException $e) {