This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'hotfix/feed_writer-tests' of https://github.com/Maks3w/zf2
- Loading branch information
54 parents
b99e8c3
+
a52dcef
+
1d21066
+
cccc24c
+
81bd699
+
dfb38ed
+
b796f3d
+
d49dbc2
+
547433c
+
0c9ce04
+
a76e26a
+
2914396
+
7ca3746
+
f1b292d
+
406112f
+
5a9edd3
+
f65c9f6
+
c54156c
+
5e55e82
+
352e42b
+
fa459f5
+
3eff137
+
3648ab6
+
4096125
+
0037391
+
9bdfcd9
+
6cd1498
+
ecac99d
+
199ed75
+
b8507f7
+
ef400bd
+
decb6ae
+
860b39d
+
243eca6
+
d56af72
+
1aaf7f9
+
26b27a9
+
40cd50e
+
986898b
+
d2780b7
+
49abb1d
+
cb5a738
+
21d3bef
+
4748875
+
3331086
+
bfed36c
+
b56e9b8
+
765b017
+
b2cddce
+
1c63803
+
dd490e0
+
c0425c2
+
128ed7f
+
71c5a2d
commit 1169a58
Showing
11 changed files
with
729 additions
and
717 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?php | ||
/** | ||
* Zend Framework | ||
* | ||
* LICENSE | ||
* | ||
* This source file is subject to the new BSD license that is bundled | ||
* with this package in the file LICENSE.txt. | ||
* It is also available through the world-wide-web at this URL: | ||
* http://framework.zend.com/license/new-bsd | ||
* If you did not receive a copy of the license and are unable to | ||
* obtain it through the world-wide-web, please send an email | ||
* to [email protected] so we can send you a copy immediately. | ||
* | ||
* @category Zend | ||
* @package Zend_Feed | ||
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) | ||
* @license http://framework.zend.com/license/new-bsd New BSD License | ||
*/ | ||
|
||
namespace Zend\Feed\Writer\Exception; | ||
|
||
/** | ||
* Feed exceptions | ||
* | ||
* Interface to represent exceptions that occur during Feed operations. | ||
* | ||
* @todo This Exception is pending of exception's milestone | ||
* | ||
* @category Zend | ||
* @package Zend_Feed | ||
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) | ||
* @license http://framework.zend.com/license/new-bsd New BSD License | ||
*/ | ||
interface ExceptionInterface | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.