. * * Consult LICENSE file for details ************************************************/ // main exception include_once('zpushexception.php'); // Fatal exceptions include_once('fatalexception.php'); include_once('fatalmisconfigurationexception.php'); include_once('fatalnotimplementedexception.php'); include_once('wbxmlexception.php'); include_once('nopostrequestexception.php'); include_once('httpreturncodeexception.php'); include_once('authenticationrequiredexception.php'); include_once('provisioningrequiredexception.php'); // Non fatal exceptions include_once('notimplementedexception.php'); include_once('syncobjectbrokenexception.php'); include_once('statusexception.php'); include_once('statenotfoundexception.php'); include_once('stateinvalidexception.php'); include_once('nohierarchycacheavailableexception.php'); include_once('statenotyetavailableexception.php'); ?>