web/lib/Zend/Cloud/Infrastructure/Exception.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Wed, 07 May 2014 18:48:54 +0200
changeset 1109 93339d61c1c8
parent 808 6b6c2214f778
child 1230 68c69c656a2c
permissions -rw-r--r--
Added tag V02.87 for changeset 217d9c4a3dab

<?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
{}