Tadashi Okoshi
slash****@users*****
2005年 6月 28日 (火) 16:44:53 JST
Index: affelio/lib/Affelio/App/Admin/Messaging.pm diff -u affelio/lib/Affelio/App/Admin/Messaging.pm:1.5 affelio/lib/Affelio/App/Admin/Messaging.pm:1.6 --- affelio/lib/Affelio/App/Admin/Messaging.pm:1.5 Tue Jun 28 01:15:09 2005 +++ affelio/lib/Affelio/App/Admin/Messaging.pm Tue Jun 28 16:44:52 2005 @@ -4,7 +4,7 @@ # http://affelio.jp/ (Japan) # http://affelio.jp/ (USA and other area) # -# $Id: Messaging.pm,v 1.5 2005/06/27 16:15:09 slash5234 Exp $ +# $Id: Messaging.pm,v 1.6 2005/06/28 07:44:52 slash5234 Exp $ package Affelio::App::Admin::Messaging; { @@ -62,7 +62,7 @@ msg_body => $msg_body); }catch Affelio::exception::IOException with{ my $E = shift; - throw Affelio::exception::CommunicationException("Send failure"); + throw Affelio::exception::CommunicationException($E); }catch Affelio::exception::Exception with{ my $E = shift;