Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
woocommerce
/
vendor
/
maxmind-db
/
reader
/
src
/
MaxMind
/
Db
/
Reader
:
InvalidDatabaseException.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php declare(strict_types=1); namespace MaxMind\Db\Reader; /** * This class should be thrown when unexpected data is found in the database. */ // phpcs:disable class InvalidDatabaseException extends \Exception {}