Home
last modified time | relevance | path

Searched refs:InvalidDatabaseException (Results 1 – 6 of 6) sorted by relevance

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php9 use MaxMind\Db\Reader\InvalidDatabaseException; alias
88 * @throws InvalidDatabaseException
114 * @throws InvalidDatabaseException
189 throw new InvalidDatabaseException('Something bad happened');
234 throw new InvalidDatabaseException(
246 throw new InvalidDatabaseException(
282 throw new InvalidDatabaseException(
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php106 throw new InvalidDatabaseException(
155 throw new InvalidDatabaseException(
164 throw new InvalidDatabaseException(
226 throw new InvalidDatabaseException(
H A DInvalidDatabaseException.php10 class InvalidDatabaseException extends Exception class
H A DUtil.php22 throw new InvalidDatabaseException(
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php8 use MaxMind\Db\Reader\InvalidDatabaseException; alias
256 throw new InvalidDatabaseException(
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md110 `\MaxMind\Db\InvalidDatabaseException` will be thrown.