X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fdebug%2Fclass_DebugWebOutput.php;h=3795d761a9ca68534345141697eb08de74f75b1e;hp=7b992594fba0b56923119f960f80578356cd0f5a;hb=b306775c8bca74cc966be6e31cc13ca688573193;hpb=ea3bc53f161d0868d75f23d33666abd72fb8d355 diff --git a/inc/classes/main/debug/class_DebugWebOutput.php b/inc/classes/main/debug/class_DebugWebOutput.php index 7b992594..3795d761 100644 --- a/inc/classes/main/debug/class_DebugWebOutput.php +++ b/inc/classes/main/debug/class_DebugWebOutput.php @@ -90,7 +90,7 @@ class DebugWebOutput extends BaseFrameworkSystem implements Debugger, OutputStre * @return $seekPosition Current seek position * @throws UnsupportedOperationException If this method is called */ - public function getPosition () { + public function getSeekPosition () { throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION); }