]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/compressor/class_Compressor.php
Continued:
[core.git] / framework / main / interfaces / compressor / class_Compressor.php
index ae996719c4d01ea9df1331c72a65a21f9d96ce03..df7ac71bbc2214795664a1cba2f8f7db6a767cbe 100644 (file)
@@ -33,7 +33,7 @@ interface Compressor extends FrameworkInterface {
         *
         * @param       $streamData             Mixed non-object stream data
         * @return      $streamData             The compressed stream data
-        * @throws      InvalidObjectException  If the stream is an object
+        * @throws      InvalidArgumentException        If the stream is not compressable or decompressable
         */
        function compressStream ($streamData);
 
@@ -42,7 +42,7 @@ interface Compressor extends FrameworkInterface {
         *
         * @param       $streamData             Mixed non-object stream data
         * @return      $streamData             The decompressed stream data
-        * @throws      InvalidObjectException  If the stream is an object
+        * @throws      InvalidArgumentException        If the stream is not compressable or decompressable
         */
        function decompressStream ($streamData);