X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Foutput%2Fdebug%2Fconsole%2Fclass_DebugConsoleOutput.php;h=94cb24feb7e8580ba446fea2d7627bc568c11083;hp=7ad5e973ce7eddbfd59b92eb3648bc3ec48cf310;hb=c43b569f2b140f40ece9f6e5b9a3825cb76b6413;hpb=de0fb4d6e2785338f2ba881761efc7b15c4a9530 diff --git a/framework/main/classes/output/debug/console/class_DebugConsoleOutput.php b/framework/main/classes/output/debug/console/class_DebugConsoleOutput.php index 7ad5e973..94cb24fe 100644 --- a/framework/main/classes/output/debug/console/class_DebugConsoleOutput.php +++ b/framework/main/classes/output/debug/console/class_DebugConsoleOutput.php @@ -5,6 +5,7 @@ namespace CoreFramework\Debug\Output; // Import framework stuff use CoreFramework\Bootstrap\FrameworkBootstrap; use CoreFramework\Debug\Debugger; +use CoreFramework\Generic\UnsupportedOperationException; use CoreFramework\Output\Debug\BaseDebugOutput; use CoreFramework\Registry\Registerable; use CoreFramework\Stream\Output\OutputStreamer;