Console Tool Refactoring
This commit is contained in:
@@ -13,8 +13,7 @@ class CsvReader
|
|||||||
private readonly string $filePath
|
private readonly string $filePath
|
||||||
) {
|
) {
|
||||||
if (!file_exists($this->filePath)) {
|
if (!file_exists($this->filePath)) {
|
||||||
$handle = fopen($this->filePath, 'wb');
|
throw new RuntimeException('Input file does not exist.');
|
||||||
fclose($handle);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user