]> git.mxchange.org Git - core.git/blobdiff - framework/main/middleware/io/class_FileIoHandler.php
Continued:
[core.git] / framework / main / middleware / io / class_FileIoHandler.php
index 1f0e8a027545c82512c1ee44a398b24c486d0d9b..005c43b0fb9a30b9e5412feb168628df8bea2904 100644 (file)
@@ -98,7 +98,7 @@ class FileIoHandler extends BaseMiddleware implements IoHandler {
         */
        public function saveFile (SplFileInfo $infoInstance, array $dataArray) {
                self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('infoInstance.pathname=' . $infoInstance->getPathname() . ',dataArray()=' . count($dataArray));
-               throw new UnsupportedOperationException([$this, __FUNCTION__], self::EXCEPTION_UNSPPORTED_OPERATION);
+               throw new UnsupportedOperationException([$this, __FUNCTION__], FrameworkInterface::EXCEPTION_UNSPPORTED_OPERATION);
        }
 
        /**