equal
deleted
inserted
replaced
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Service_WindowsAzure |
16 * @package Zend_Service_WindowsAzure |
17 * @subpackage Diagnostics |
17 * @subpackage Diagnostics |
18 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @version $Id$ |
20 * @version $Id$ |
21 */ |
21 */ |
22 |
22 |
23 /** |
|
24 * @see Zend_Service_WindowsAzure_Exception |
|
25 */ |
|
26 require_once 'Zend/Service/WindowsAzure/Exception.php'; |
23 require_once 'Zend/Service/WindowsAzure/Exception.php'; |
27 |
24 |
28 /** |
25 /** |
29 * @category Zend |
26 * @category Zend |
30 * @package Zend_Service_WindowsAzure |
27 * @package Zend_Service_WindowsAzure |
31 * @subpackage Diagnostics |
28 * @subpackage Diagnostics |
32 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
29 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
33 * @license http://framework.zend.com/license/new-bsd New BSD License |
30 * @license http://framework.zend.com/license/new-bsd New BSD License |
34 */ |
31 */ |
35 class Zend_Service_WindowsAzure_Diagnostics_Exception |
32 class Zend_Service_WindowsAzure_Diagnostics_Exception |
36 extends Zend_Service_WindowsAzure_Exception |
33 extends Zend_Service_WindowsAzure_Exception |
37 { |
34 { |