[Affelio-cvs 174] CVS update: affelio/lib

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 6月 26日 (日) 21:41:22 JST


Index: affelio/lib/AffelioApp.pm
diff -u affelio/lib/AffelioApp.pm:1.6 affelio/lib/AffelioApp.pm:1.7
--- affelio/lib/AffelioApp.pm:1.6	Sun Jun 26 21:30:26 2005
+++ affelio/lib/AffelioApp.pm	Sun Jun 26 21:41:21 2005
@@ -4,12 +4,13 @@
 #    http://affelio.jp/ (Japan)
 #    http://affelio.jp/ (USA and other area)
 #
-# $Id: AffelioApp.pm,v 1.6 2005/06/26 12:30:26 slash5234 Exp $
+# $Id: AffelioApp.pm,v 1.7 2005/06/26 12:41:21 slash5234 Exp $
 
 package AffelioApp;
 {
     use strict;
     use lib("../extlib");
+    use Error qw(:try);
     use lib("../../extlib");
     use HTML::Template;
     use CGI::Session;
@@ -167,7 +168,7 @@
 						   $self->{visitor_type},
 						   $self->{install_name},
 						   $action_type);
-	}catch DBException with{
+	}catch Affelio::exception::DBException with{
 
 	};
 


Affelio-cvs メーリングリストの案内
Back to archive index