]> git.mxchange.org Git - core.git/blobdiff - inc/main/exceptions/socket/class_AbstractSocketException.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / exceptions / socket / class_AbstractSocketException.php
index f4d6ec70230af8ad2947025db1886e8b15dd8667..411166ed855053d29ff3cde5bee84384a7096c9a 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Socket;
 
+// Import framework stuff
+use CoreFramework\Generic\FrameworkException;
+
 /**
  * This exception is newer thrown, it bundles all socket exceptions together to
  * one abstract exception.