See Release Notes
Long Term Support Release
Differences Between: [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]
1 <?php 2 3 namespace MaxMind\Db\Reader; 4 5 use Exception; 6 7 /** 8 * This class should be thrown when unexpected data is found in the database. 9 */ 10 class InvalidDatabaseException extends Exception 11 { 12 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body