X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fexceptions%2Fmain%2Fclass_ClassMismatchException.php;h=0dda95b7d1366225f38a64b145c8151e6ab524b6;hp=5c3052aacaac4b4c4c76ce51826081b16406745c;hb=41d3328c52be0393e2912ab64f185df205dec828;hpb=9834f12b6c4754df364ae966d87ba389718a05a0 diff --git a/inc/main/exceptions/main/class_ClassMismatchException.php b/inc/main/exceptions/main/class_ClassMismatchException.php index 5c3052aa..0dda95b7 100644 --- a/inc/main/exceptions/main/class_ClassMismatchException.php +++ b/inc/main/exceptions/main/class_ClassMismatchException.php @@ -2,6 +2,9 @@ // Own namespace namespace CoreFramework\Object; +// Import framework stuff +use CoreFramework\Generic\FrameworkException; + /** * An exception thrown when two classes are not matching *