• File: InvalidDatabaseException.php
  • Full Path: /home4/jdaxcom/j3dax.online/wp-content/plugins/loginizer-security/lib/MaxMind/Db/Reader/InvalidDatabaseException.php
  • Date Modified: 01/05/2026 12:40 PM
  • File size: 228 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

declare(strict_types=1);

namespace LoginizerMaxMind\Db\Reader;

/**
 * This class should be thrown when unexpected data is found in the database.
 */
// phpcs:disable
class InvalidDatabaseException extends \Exception {}