string|null $path:
public static function fileMappingDriversRequireConfiguredDirectoryPath($path = null) {
if (!empty($path)) {
$path = '[' . $path . ']';
}
return new self('File mapping drivers must have a valid directory path, ' . 'however the given path ' . $path . ' seems to be incorrect!');
}