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