1: <?php 2: /** 3: * Cron exception 4: * 5: * A generic parent class for cron exceptions 6: * 7: * @package Elgg 8: * @subpackage Exceptions.Stub 9: */ 10: class CronException extends Exception {} 11: