[Solar-svn] Revision 2893

pmjones at solarphp.com pmjones at solarphp.com
Thu Oct 18 14:36:21 CDT 2007


Solar_Exception_AutoloadFailed: [NEW] Thrown when autload() can't find a file


Added: trunk/Solar/Exception/AutoloadFailed.php
===================================================================
--- trunk/Solar/Exception/AutoloadFailed.php	                        (rev 0)
+++ trunk/Solar/Exception/AutoloadFailed.php	2007-10-18 19:36:20 UTC (rev 2893)
@@ -0,0 +1,27 @@
+<?php
+/**
+ * 
+ * Exception: autoload could not find a file.
+ * 
+ * @category Solar
+ * 
+ * @package Solar
+ * 
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id: ConnectionFailed.php 2440 2007-04-21 14:33:44Z pmjones $
+ * 
+ */
+
+/**
+ * 
+ * Exception: autoload could not find a file.
+ * 
+ * @category Solar
+ * 
+ * @package Solar
+ * 
+ */
+class Solar_Exception_AutoloadFailed extends Solar_Exception {}




More information about the Solar-svn mailing list