Tadashi Okoshi
slash****@users*****
2005年 6月 30日 (木) 03:15:01 JST
Index: affelio/lib/Affelio/App/Admin/Messaging.pm diff -u affelio/lib/Affelio/App/Admin/Messaging.pm:1.9 affelio/lib/Affelio/App/Admin/Messaging.pm:1.10 --- affelio/lib/Affelio/App/Admin/Messaging.pm:1.9 Tue Jun 28 23:07:21 2005 +++ affelio/lib/Affelio/App/Admin/Messaging.pm Thu Jun 30 03:15:01 2005 @@ -4,7 +4,7 @@ # http://affelio.jp/ (Japan) # http://affelio.jp/ (USA and other area) # -# $Id: Messaging.pm,v 1.9 2005/06/28 14:07:21 slash5234 Exp $ +# $Id: Messaging.pm,v 1.10 2005/06/29 18:15:01 slash5234 Exp $ package Affelio::App::Admin::Messaging; { @@ -60,7 +60,7 @@ msg_timestamp => get_timestamp(), msg_title => $msg_title, msg_body => $msg_body); - }catch Affelio::exception::IOException with{ + }catch Affelio::exception::NetworkException with{ my $E = shift; throw Affelio::exception::CommunicationException($E);