aboutsummaryrefslogtreecommitdiff
path: root/includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php')
-rw-r--r--includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php b/includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php
new file mode 100644
index 0000000..d2a9a77
--- /dev/null
+++ b/includes/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace MaxMind\Db\Reader;
+
+/**
+ * This class should be thrown when unexpected data is found in the database.
+ */
+class InvalidDatabaseException extends \Exception
+{
+}