aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/CronException.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/classes/CronException.php')
-rw-r--r--engine/classes/CronException.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/classes/CronException.php b/engine/classes/CronException.php
new file mode 100644
index 000000000..3720c2c59
--- /dev/null
+++ b/engine/classes/CronException.php
@@ -0,0 +1,3 @@
+<?php
+/** The cron exception. */
+class CronException extends Exception {} \ No newline at end of file