]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/output/console/class_ConsoleOutput.php
imported UnsupportedOperationException;
[core.git] / framework / main / classes / output / console / class_ConsoleOutput.php
index 86d3898c9771e478c4e88f24ba72efb00d73b31b..52e6bc7f468793d7205cee75e16abc6ec1d3f364 100644 (file)
@@ -4,6 +4,7 @@ namespace CoreFramework\Output;
 
 // Import framework stuff
 use CoreFramework\Configuration\FrameworkConfiguration;
+use CoreFramework\Generic\UnsupportedOperationException;
 use CoreFramework\Output\BaseOutput;
 use CoreFramework\Stream\Output\OutputStreamer;