]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/file_directories/io/class_FrameworkFileInputOutputPointer.php
Continued:
[core.git] / framework / main / classes / file_directories / io / class_FrameworkFileInputOutputPointer.php
index 62d8689dbfbae7fc2ed54a3676eaea47960bc7a0..ed4c49e145e60aa05c1bb20a7c3deb290e83b7cf 100644 (file)
@@ -315,7 +315,7 @@ class FrameworkFileInputOutputPointer extends BaseFileIo implements InputOutputP
                // Make sure the required array key is there
                if (!isset($fileData['size'])) {
                        // Not valid array
-                       throw new UnexpectedValueException(sprintf('fileData=%s has no element "size"', print_r($fileData, TRUE)));
+                       throw new UnexpectedValueException(sprintf('fileData=%s has no element "size"', print_r($fileData, TRUE)), FrameworkInterface::EXCEPTION_UNEXPECTED_VALUE);
                }
 
                // Return size