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