summaryrefslogtreecommitdiff
path: root/includes/TimestampException.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/TimestampException.php')
-rw-r--r--includes/TimestampException.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/TimestampException.php b/includes/TimestampException.php
new file mode 100644
index 00000000..b9c0c35c
--- /dev/null
+++ b/includes/TimestampException.php
@@ -0,0 +1,7 @@
+<?php
+
+/**
+ * @since 1.20
+ */
+class TimestampException extends MWException {
+}