X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fio%2Fclass_FileIoException.php;h=990147f5b10b3b07cbcdb1bc250b25de941fdb61;hb=7bbfd3560011182b088d41a0a5ac5f8fe441723e;hp=b7f872eee20b0db9a830352799c2feaf81fff3c5;hpb=607a11e2c22949ea0647568c17d62a605595e83b;p=core.git diff --git a/inc/classes/exceptions/io/class_FileIoException.php b/inc/classes/exceptions/io/class_FileIoException.php index b7f872ee..990147f5 100644 --- a/inc/classes/exceptions/io/class_FileIoException.php +++ b/inc/classes/exceptions/io/class_FileIoException.php @@ -31,7 +31,7 @@ class FileIoException extends FrameworkException { */ public function __construct ($fqfn, $code) { // Add a message around the missing class - $message = sprintf("A problem has been detected reading or writing to/from %s.", $fqfn); + $message = sprintf("A problem has been detected reading or writing to/from %s.", $fqfn); // Call parent constructor parent::__construct($message, $code);