X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Fstreams%2Foutput%2Fclass_;h=8b50864b71ce66c75f53bcdcc7de4b7b8e1063c8;hp=123218abb8afb190421c096cec78aa41e213aa4f;hb=HEAD;hpb=c14c1b4945c7adb8dc54b86c7fce2f0e3458665e diff --git a/framework/main/classes/streams/output/class_ b/framework/main/classes/streams/output/class_ index 123218ab..8b50864b 100644 --- a/framework/main/classes/streams/output/class_ +++ b/framework/main/classes/streams/output/class_ @@ -1,9 +1,10 @@ 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); }