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