diff options
Diffstat (limited to 'engine/classes/CronException.php')
-rw-r--r-- | engine/classes/CronException.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/engine/classes/CronException.php b/engine/classes/CronException.php index 440fa9481..164170daf 100644 --- a/engine/classes/CronException.php +++ b/engine/classes/CronException.php @@ -1,10 +1,10 @@ -<?php
-/**
- * Cron exception
- *
- * A generic parent class for cron exceptions
- *
- * @package Elgg
- * @subpackage Exceptions.Stub
- */
+<?php +/** + * Cron exception + * + * A generic parent class for cron exceptions + * + * @package Elgg + * @subpackage Exceptions.Stub + */ class CronException extends Exception {}
\ No newline at end of file |