X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fexceptions%2Fsocket%2Fclass_AbstractSocketException.php;h=411166ed855053d29ff3cde5bee84384a7096c9a;hp=f4d6ec70230af8ad2947025db1886e8b15dd8667;hb=7629f2314d517561d4301ddfb068a797b6ed8700;hpb=95a008a7823f28fa6a1172798e0d7565385055d4 diff --git a/inc/main/exceptions/socket/class_AbstractSocketException.php b/inc/main/exceptions/socket/class_AbstractSocketException.php index f4d6ec70..411166ed 100644 --- a/inc/main/exceptions/socket/class_AbstractSocketException.php +++ b/inc/main/exceptions/socket/class_AbstractSocketException.php @@ -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.