We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b8e03 commit 4d31d2fCopy full SHA for 4d31d2f
src/Symfony/Component/Translation/Dumper/FileDumper.php
@@ -59,7 +59,7 @@ public function dump(MessageCatalogue $messages, $options = array())
59
} else {
60
$directory = dirname($fullpath);
61
if (!file_exists($directory) && !@mkdir($directory, 0777, true)) {
62
- throw new \RuntimeException(sprintf('Cannot create the directory "%s"', $directory));
+ throw new \RuntimeException(sprintf('Unable to create directory "%s".', $directory));
63
}
64
65
// save file
0 commit comments