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