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 74e500e commit 1b5980cCopy full SHA for 1b5980c
src/Exceptions/HeadersSentException.php
@@ -16,7 +16,7 @@ class HeadersSentException extends SessionException
16
public function __construct(string $file, int $line)
17
{
18
parent::__construct(sprintf(
19
- 'Session->start(): The session was already started in "%s" at line %d',
+ 'Session->start(): The headers have already been sent in "%s" at line %d.',
20
$file,
21
$line
22
));
0 commit comments