* @license PHP License * @package WB * @subpackage base */ /** * exception: Trylater * * An excpetion of the kind "try again later, please". Though things don't work * out well now, but there is a good change that it will work in near future * (minutes, hours, ...) * * Throw this execption if you run in temporary problems like network problems or * to implement time control as in WBEvent_Handler_Blog2Facebook. * * @version 0.1.0 * @package WB * @subpackage base */ class WBException_Trylater extends WBException { } ?>