1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-29 16:00:27 +02:00

Merge branch '1.x'

This commit is contained in:
Jordi Boggiano
2020-07-23 10:38:28 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -108,7 +108,7 @@ class StreamHandler extends AbstractProcessingHandler
if (!is_resource($this->stream)) {
$this->stream = null;
throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened: '.$this->errorMessage, $this->url));
throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened in append mode: '.$this->errorMessage, $this->url));
}
}