]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/output/debug/error/class_DebugErrorLogOutput.php
imported UnsupportedOperationException;
[core.git] / framework / main / classes / output / debug / error / class_DebugErrorLogOutput.php
index b7aed9ab0604dcec1856b8f7882f810fc064b742..84d75f7de7964dabf92b75eb4d120c4ace5c7dbc 100644 (file)
@@ -4,6 +4,7 @@ namespace CoreFramework\Output\Debug;
 
 // Import framework stuff
 use CoreFramework\Debug\Debugger;
+use CoreFramework\Generic\UnsupportedOperationException;
 use CoreFramework\Output\Debug\BaseDebugOutput;
 use CoreFramework\Stream\Output\OutputStreamer;