X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Ffile_directories%2Fio_stream%2Fclass_FileIoStream.php;h=827bd9d80a31370570ca62cc3b5f6a77c6bcb36c;hp=35162ee9b54e571f82b8d432e434b1d0d48ce3a8;hb=9834f12b6c4754df364ae966d87ba389718a05a0;hpb=fe28fd87dd0c4e129cef6ee7bd4e257a3f3ba280 diff --git a/inc/main/classes/file_directories/io_stream/class_FileIoStream.php b/inc/main/classes/file_directories/io_stream/class_FileIoStream.php index 35162ee9..827bd9d8 100644 --- a/inc/main/classes/file_directories/io_stream/class_FileIoStream.php +++ b/inc/main/classes/file_directories/io_stream/class_FileIoStream.php @@ -1,4 +1,13 @@ 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); } @@ -286,7 +295,5 @@ class FileIoStream extends BaseFrameworkSystem implements FileInputStreamer, Fil public function size () { $this->partialStub(); } -} -// [EOF] -?> +}