equal
deleted
inserted
replaced
13 * obtain it through the world-wide-web, please send an email |
13 * obtain it through the world-wide-web, please send an email |
14 * to license@zend.com so we can send you a copy immediately. |
14 * to license@zend.com so we can send you a copy immediately. |
15 * |
15 * |
16 * @category Zend |
16 * @category Zend |
17 * @package Zend_Feed |
17 * @package Zend_Feed |
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: InvalidMethodException.php 20096 2010-01-06 02:05:09Z bkarwin $ |
20 * @version $Id: InvalidMethodException.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 |
23 |
24 /** |
24 /** |
25 * @see Zend_Feed_Exception |
25 * @see Zend_Feed_Exception |
32 * |
32 * |
33 * Class to represent exceptions that occur during Feed operations. |
33 * Class to represent exceptions that occur during Feed operations. |
34 * |
34 * |
35 * @category Zend |
35 * @category Zend |
36 * @package Zend_Feed |
36 * @package Zend_Feed |
37 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
37 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
38 * @license http://framework.zend.com/license/new-bsd New BSD License |
38 * @license http://framework.zend.com/license/new-bsd New BSD License |
39 */ |
39 */ |
40 class Zend_Feed_Writer_Exception_InvalidMethodException extends Zend_Exception |
40 class Zend_Feed_Writer_Exception_InvalidMethodException extends Zend_Exception |
41 {} |
41 {} |