Author: Tobias Schlitt
Date: 2006-01-26 16:57:43 +0100 (Thu, 26 Jan 2006)
New Revision: 2046

Log:
- Updated documentation regarding exceptions thrown by sanity checks in 
ezcImageTransformation::transform().

Modified:
   packages/ImageConversion/trunk/src/converter.php
   packages/ImageConversion/trunk/src/transformation.php

Modified: packages/ImageConversion/trunk/src/converter.php
===================================================================
--- packages/ImageConversion/trunk/src/converter.php    2006-01-26 14:58:29 UTC 
(rev 2045)
+++ packages/ImageConversion/trunk/src/converter.php    2006-01-26 15:57:43 UTC 
(rev 2046)
@@ -292,6 +292,10 @@
      * @throws ezcImageTransformationException If an error occurs during the 
      *         transformation. The returned exception contains the exception
      *         the problem resulted from in it's public $parent attribute.
+     * @throws ezcBaseFileNotFoundException If the file you are trying to 
+     *         transform does not exists.
+     * @throws ezcBaseFilePermissionException If the file you are trying to 
+     *         transform is not readable.
      */
     public function transform( $name, $inFile, $outFile )
     {

Modified: packages/ImageConversion/trunk/src/transformation.php
===================================================================
--- packages/ImageConversion/trunk/src/transformation.php       2006-01-26 
14:58:29 UTC (rev 2045)
+++ packages/ImageConversion/trunk/src/transformation.php       2006-01-26 
15:57:43 UTC (rev 2046)
@@ -179,6 +179,10 @@
      * @throws ezcImageTransformationException If an error occurs during the 
      *         transformation. The returned exception contains the exception
      *         the problem resulted from in it's public $parent attribute.
+     * @throws ezcBaseFileNotFoundException If the file you are trying to 
+     *         transform does not exists.
+     * @throws ezcBaseFilePermissionException If the file you are trying to 
+     *         transform is not readable.
      */
     public function transform( $fileIn, $fileOut )
     {

-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to