[Solar-svn] Revision 2895

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


Solar_File: [FIX] Should have named the exception as NotReadable (vice NotFound).



Deleted: trunk/Solar/File/Exception/NotFound.php
===================================================================
--- trunk/Solar/File/Exception/NotFound.php	2007-10-18 19:47:10 UTC (rev 2894)
+++ trunk/Solar/File/Exception/NotFound.php	2007-10-18 19:49:49 UTC (rev 2895)
@@ -1,27 +0,0 @@
-<?php
-/**
- * 
- * Exception: file was not found.
- * 
- * @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: file was not found.
- * 
- * @category Solar
- * 
- * @package Solar
- * 
- */
-class Solar_File_Exception_NotFound extends Solar_File_Exception {}
\ No newline at end of file

Copied: trunk/Solar/File/Exception/NotReadable.php (from rev 2894, trunk/Solar/File/Exception/NotFound.php)
===================================================================
--- trunk/Solar/File/Exception/NotReadable.php	                        (rev 0)
+++ trunk/Solar/File/Exception/NotReadable.php	2007-10-18 19:49:49 UTC (rev 2895)
@@ -0,0 +1,27 @@
+<?php
+/**
+ * 
+ * Exception: file was not readable, or does not exist.
+ * 
+ * @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: file was not readable, or does not exist.
+ * 
+ * @category Solar
+ * 
+ * @package Solar
+ * 
+ */
+class Solar_File_Exception_NotReadable extends Solar_File_Exception {}
\ No newline at end of file




More information about the Solar-svn mailing list