X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fio%2Fclass_FilePointerNotOpenedException.php;fp=inc%2Fclasses%2Fexceptions%2Fio%2Fclass_FilePointerNotOpenedException.php;h=37300a52cff14f60baffeaefec365ea4d6cf7f66;hp=e7e8bde8f61f58a2822346c4ae3e127ce3f500ef;hb=4b5f501d3ef327cf8b848a43d3af3643e22ea356;hpb=a505dfb31c8033bc75e96a78ec1fb29f54face66 diff --git a/inc/classes/exceptions/io/class_FilePointerNotOpenedException.php b/inc/classes/exceptions/io/class_FilePointerNotOpenedException.php index e7e8bde..37300a5 100644 --- a/inc/classes/exceptions/io/class_FilePointerNotOpenedException.php +++ b/inc/classes/exceptions/io/class_FilePointerNotOpenedException.php @@ -31,7 +31,7 @@ class FilePointerNotOpenedException extends FrameworkException { */ public function __construct ($fqfn, $code) { // Add a message around the missing class - $message = sprintf("Not able to initialize a pointer for the file %s. Maybe the file is missing.", $fqfn); + $message = sprintf("Not able to initialize a pointer for the file %s. Maybe the file is missing.", $fqfn); // Call parent constructor parent::__construct($message, $code);