web/lib/Zend/Cloud/Infrastructure/Exception.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 21 Nov 2017 12:38:53 +0100
changeset 1407 415fcdc24695
parent 1230 68c69c656a2c
permissions -rw-r--r--
Added tag V04.060 for changeset 731b4fec8879

<?php
/**
 * Exception
 * 
 * @category   Zend
 * @package    Zend_Cloud
 * @subpackage Infrastructure
 * @copyright  Copyright (c) 2005-2015 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-2015 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
{}