diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-09-20 21:07:18 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-09-20 21:07:18 +0000 |
commit | 45c14238add012729c01f3196076e33965e365a9 (patch) | |
tree | 1296239cdcc43a39b4118515f1c97ce65e2b725c /engine/classes/CronException.php | |
parent | 0ecbe633a83170e0f487f14cc8783117795230e1 (diff) | |
download | elgg-45c14238add012729c01f3196076e33965e365a9.tar.gz elgg-45c14238add012729c01f3196076e33965e365a9.tar.bz2 |
Refs #2450: Documented first bit of the classes.
git-svn-id: http://code.elgg.org/elgg/trunk@6952 36083f99-b078-4883-b0ff-0f9b5a30f544
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 |