X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fdebug%2Fclass_DebugConsoleOutput.php;fp=inc%2Fclasses%2Fmain%2Fdebug%2Fclass_DebugConsoleOutput.php;h=a4e07bbe5669e59897af861f3904508b2341823c;hp=f915af5e6cd614cedcadd46881e5750d1eea63c3;hb=b306775c8bca74cc966be6e31cc13ca688573193;hpb=ea3bc53f161d0868d75f23d33666abd72fb8d355 diff --git a/inc/classes/main/debug/class_DebugConsoleOutput.php b/inc/classes/main/debug/class_DebugConsoleOutput.php index f915af5e..a4e07bbe 100644 --- a/inc/classes/main/debug/class_DebugConsoleOutput.php +++ b/inc/classes/main/debug/class_DebugConsoleOutput.php @@ -104,7 +104,7 @@ class DebugConsoleOutput extends BaseFrameworkSystem implements Debugger, Output * @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); }