blob: d2a9a775f28f6d88a5b11c2a7b5cdc4ca9646e96 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<?php
namespace MaxMind\Db\Reader;
/**
* This class should be thrown when unexpected data is found in the database.
*/
class InvalidDatabaseException extends \Exception
{
}
|