]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/output/web/class_WebOutput.php
imported UnsupportedOperationException;
[core.git] / framework / main / classes / output / web / class_WebOutput.php
index 44803ff14c728e754e62506899e1fd0d1a3de6aa..01a3998f7e2b9ec215a5d00cceae26175c1d2132 100644 (file)
@@ -4,6 +4,7 @@ namespace CoreFramework\Output;
 
 // Import framework stuff
 use CoreFramework\Bootstrap\FrameworkBootstrap;
+use CoreFramework\Generic\UnsupportedOperationException;
 use CoreFramework\Manager\ManageableApplication;
 use CoreFramework\Output\BaseOutput;
 use CoreFramework\Registry\Registerable;