]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/streams/class_
Continued:
[core.git] / framework / main / classes / streams / class_
index 50508138b9f9b27bd315ed70ecd5734331382a1d..623e73157e489550cdffa8d8604cc1b3048e27a7 100644 (file)
@@ -61,7 +61,7 @@ class ???Stream extends BaseStream implements Stream {
         * @throws      UnsupportedOperationException   If this method is called
         */
        public function streamData ($data) {
-               self::createDebugInstance(__CLASS__)->debugOutput('Unhandled ' . strlen($data) . ' bytes in this stream.');
+               self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('Unhandled ' . strlen($data) . ' bytes in this stream.');
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }