@@ -41,7 +41,7 @@ |
||
41 | 41 | if (!empty($filename)) { |
42 | 42 | $pathToFile = stream_resolve_include_path($filename); |
43 | 43 | if (!$pathToFile || !is_readable($pathToFile)) { |
44 | - throw new Exception(sprintf('Cannot open bootstrap file "%s".' . PHP_EOL, $filename)); |
|
44 | + throw new Exception(sprintf('Cannot open bootstrap file "%s".'.PHP_EOL, $filename)); |
|
45 | 45 | } |
46 | 46 | require $pathToFile; |
47 | 47 | } |