#3665 fix exception message coding style
parent
506d923e7c
commit
e047ca9944
|
@ -137,7 +137,7 @@ EOT
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$this->configFile->exists()) {
|
if (!$this->configFile->exists()) {
|
||||||
throw new \RuntimeException("File '$configFile' cannot be found in the current directory");
|
throw new \RuntimeException(sprintf('File "%s" cannot be found in the current directory', $configFile));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue