You are here

InvalidDatabaseException.php in Smart IP 7.2

Namespace

MaxMind\Db\Reader

File

includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php
View source
<?php

namespace MaxMind\Db\Reader;


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

}

Classes

Namesort descending Description
InvalidDatabaseException This class should be thrown when unexpected data is found in the database.