[Affelio-cvs 309] CVS update: affelio/lib/Affelio/exception

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 6月 30日 (木) 04:32:39 JST


Index: affelio/lib/Affelio/exception/InvalidInputException.pm
diff -u affelio/lib/Affelio/exception/InvalidInputException.pm:1.1 affelio/lib/Affelio/exception/InvalidInputException.pm:1.2
--- affelio/lib/Affelio/exception/InvalidInputException.pm:1.1	Thu Jun 30 02:00:06 2005
+++ affelio/lib/Affelio/exception/InvalidInputException.pm	Thu Jun 30 04:32:39 2005
@@ -4,13 +4,13 @@
 #    http://affelio.jp/ (Japan)
 #    http://affelio.jp/ (USA and other area)
 #
-# $Id: InvalidInputException.pm,v 1.1 2005/06/29 17:00:06 slash5234 Exp $
+# $Id: InvalidInputException.pm,v 1.2 2005/06/29 19:32:39 slash5234 Exp $
 
 use strict;
 use Error;
 $Error::Debug = 1;
 
-package Affelio::exception::InvalidException;
+package Affelio::exception::InvalidInputException;
 {
     use base qw/Error::Simple/;
     use overload ('""' => 'stringify');


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