summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/ffs/GettextParseException.php')
-rw-r--r--MLEB/Translate/ffs/GettextParseException.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/MLEB/Translate/ffs/GettextParseException.php b/MLEB/Translate/ffs/GettextParseException.php
new file mode 100644
index 00000000..9d840d63
--- /dev/null
+++ b/MLEB/Translate/ffs/GettextParseException.php
@@ -0,0 +1,12 @@
+<?php
+/**
+ * @author Michael Holloway
+ * @license GPL-2.0-or-later
+ * @file
+ */
+
+/**
+ * Exception thrown when a Gettext file could not be parsed, such as when missing required headers.
+ */
+class GettextParseException extends MWException {
+}