aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/CronException.php
blob: 3604c21b9f31c3bd855e4a3a8d5833c44d37bddd (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * Cron exception
 *
 * A generic parent class for cron exceptions
 *
 * @package    Elgg
 * @subpackage Exceptions.Stub
 */
class CronException extends Exception {}