@@ -13,7 +13,7 @@ |
||
13 | 13 | |
14 | 14 | public static function constructFromThrowable(\Throwable $throwable, string $path): ConfigFileUnparsable |
15 | 15 | { |
16 | - $message = 'Encountered error parsing config file "' . $path . '". Message was: "' . $throwable->getMessage() .'"'; |
|
16 | + $message = 'Encountered error parsing config file "' . $path . '". Message was: "' . $throwable->getMessage() . '"'; |
|
17 | 17 | return new static($message, $throwable->getCode(), $throwable); |
18 | 18 | } |
19 | 19 | } |