Tadashi Okoshi
slash****@users*****
2005年 12月 10日 (土) 07:18:29 JST
Index: affelio/lib/Affelio/Managing/NewsAggregator.pm
diff -u affelio/lib/Affelio/Managing/NewsAggregator.pm:1.1 affelio/lib/Affelio/Managing/NewsAggregator.pm:1.2
--- affelio/lib/Affelio/Managing/NewsAggregator.pm:1.1 Sat Dec 10 07:14:08 2005
+++ affelio/lib/Affelio/Managing/NewsAggregator.pm Sat Dec 10 07:18:29 2005
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: NewsAggregator.pm,v 1.1 2005/12/09 22:14:08 slash5234 Exp $
+# $Id: NewsAggregator.pm,v 1.2 2005/12/09 22:18:29 slash5234 Exp $
package Affelio::Managing::NewsAggregator;
{
@@ -84,7 +84,6 @@
}catch Affelio::exception::NetworkException with{
my $E = shift;
throw Affelio::exception::CommunicationException($E);
-
}catch Error with{
my $E = shift;
throw Affelio::exception::Exception($E);