[geeklog-cvs] Auth_Enterprise/Server AEServerProviderFactory.class.php,1.4,1.5

tony at iowaoutdoors.org tony at iowaoutdoors.org
Thu Jul 1 14:44:28 EDT 2004


Update of /var/cvs/Auth_Enterprise/Server
In directory www:/tmp/cvs-serv20896

Modified Files:
	AEServerProviderFactory.class.php 
Log Message:
Now catches just base exceptions

Index: AEServerProviderFactory.class.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Server/AEServerProviderFactory.class.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AEServerProviderFactory.class.php	1 Jul 2004 18:43:23 -0000	1.4
--- AEServerProviderFactory.class.php	1 Jul 2004 18:44:25 -0000	1.5
***************
*** 73,76 ****
--- 73,78 ----
          } catch (AEUnknownException $e) {
              throw $e;
+         } catch (Exception $e) {
+             throw $e;
          }
      }




More information about the geeklog-cvs mailing list