golden hour
/var/softaculous/sitepad/editor/site-data/plugins/loginizer-security/lib/MaxMind/Db/Reader
⬆️ Go Up
Upload
File/Folder
Size
Actions
Decoder.php
12.56 KB
Del
OK
InvalidDatabaseException.php
228 B
Del
OK
Metadata.php
3.25 KB
Del
OK
Util.php
865 B
Del
OK
Edit: InvalidDatabaseException.php
<?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 {}
Save