X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fexceptions%2Ffile_directory%2Fclass_PathWriteProtectedException.php;h=76078d941f1d9da524c2b003e5a9a9fb1f490f85;hp=9dec65d255e4efa0885c72c4654ecad37b3bc844;hb=41d3328c52be0393e2912ab64f185df205dec828;hpb=9834f12b6c4754df364ae966d87ba389718a05a0 diff --git a/inc/main/exceptions/file_directory/class_PathWriteProtectedException.php b/inc/main/exceptions/file_directory/class_PathWriteProtectedException.php index 9dec65d2..76078d94 100644 --- a/inc/main/exceptions/file_directory/class_PathWriteProtectedException.php +++ b/inc/main/exceptions/file_directory/class_PathWriteProtectedException.php @@ -2,6 +2,9 @@ // Own namespace namespace CoreFramework\Deprecated; +// Import framework stuff +use CoreFramework\Generic\FrameworkException; + /** * An exception thrown when a path cannot be written to. *