2013-11-25 17:57:19 -08:00

27 lines
715 B
PHP
Executable File

<?php
/**
* @file
* ApnsPHP_Message_Exception class definition.
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://code.google.com/p/apns-php/wiki/License
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to aldo.armiento@gmail.com so we can send you a copy immediately.
*
* @author (C) 2010 Aldo Armiento (aldo.armiento@gmail.com)
* @version $Id$
*/
/**
* Exception class.
*
* @ingroup ApnsPHP_Message
*/
class ApnsPHP_Message_Exception extends ApnsPHP_Exception
{
}