apns-php
 All Data Structures Files Functions Variables Groups Pages
Push/Exception.php
Go to the documentation of this file.
1 <?php
2 /**
3  * @file
4  * ApnsPHP_Push_Exception class definition.
5  *
6  * LICENSE
7  *
8  * This source file is subject to the new BSD license that is bundled
9  * with this package in the file LICENSE.txt.
10  * It is also available through the world-wide-web at this URL:
11  * http://code.google.com/p/apns-php/wiki/License
12  * If you did not receive a copy of the license and are unable to
13  * obtain it through the world-wide-web, please send an email
14  * to aldo.armiento@gmail.com so we can send you a copy immediately.
15  *
16  * @author (C) 2010 Aldo Armiento (aldo.armiento@gmail.com)
17  * @version $Id$
18  */
19 
20 /**
21  * Exception class.
22  *
23  * @ingroup ApnsPHP_Push
24  */
26 {
27 }
Exception class.
Definition: Exception.php:25
Exception class.