imported UnsupportedOperationException;
[core.git] / framework / main / classes / output / debug / web / class_DebugWebOutput.php
index f63c4d6fe61fdd80496d7ac6a74cb2c0133b9a68..2a6ad5d43d94bd19b5bd66e07eb141061223a695 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;