* @category Horde * @copyright 2012-2013 Horde LLC * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 * @package Imap_Client */ class Horde_Imap_Client_Exception_Sync extends Horde_Exception_Wrapped { /* Error message codes. */ // Token could not be parsed. const BAD_TOKEN = 1; // UIDVALIDITY of the mailbox changed. const UIDVALIDITY_CHANGED = 2; }