X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmain%2Fexceptions%2Fdatabase%2Fclass_DatabaseException.php;fp=inc%2Fmain%2Fexceptions%2Fdatabase%2Fclass_DatabaseException.php;h=9e1d08a1bcb5a2455cfd8d8015b448c3b645c14b;hb=41d3328c52be0393e2912ab64f185df205dec828;hp=b5d37accd531a2b25e2dbab3ffa1cfbf1257e840;hpb=9834f12b6c4754df364ae966d87ba389718a05a0;p=core.git diff --git a/inc/main/exceptions/database/class_DatabaseException.php b/inc/main/exceptions/database/class_DatabaseException.php index b5d37acc..9e1d08a1 100644 --- a/inc/main/exceptions/database/class_DatabaseException.php +++ b/inc/main/exceptions/database/class_DatabaseException.php @@ -2,6 +2,9 @@ // Own namespace namespace CoreFramework\Database; +// Import framework stuff +use CoreFramework\Generic\FrameworkException; + /** * A general database exception *