web/lib/Zend/Cloud/Infrastructure/Exception.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 07 Jun 2013 18:14:58 +0200
changeset 923 fc2887823d3d
parent 808 6b6c2214f778
child 1230 68c69c656a2c
permissions -rw-r--r--
Added tag V02.29 for changeset 6f6e0d348a67

<?php
/**
 * Exception
 * 
 * @category   Zend
 * @package    Zend_Cloud
 * @subpackage Infrastructure
 * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
 * @license    http://framework.zend.com/license/new-bsd     New BSD License
 */

/**
 * Zend_Cloud_Exception
 */
require_once 'Zend/Cloud/Exception.php';

/**
 * @category   Zend
 * @package    Zend_Cloud
 * @subpackage Infrastructure
 * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
 * @license    http://framework.zend.com/license/new-bsd     New BSD License
 */
class Zend_Cloud_Infrastructure_Exception extends Zend_Cloud_Exception
{}