Skip to content

Commit 1b5980c

Browse files
committed
feat: add new exceptions
1 parent 74e500e commit 1b5980c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptions/HeadersSentException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class HeadersSentException extends SessionException
1616
public function __construct(string $file, int $line)
1717
{
1818
parent::__construct(sprintf(
19-
'Session->start(): The session was already started in "%s" at line %d',
19+
'Session->start(): The headers have already been sent in "%s" at line %d.',
2020
$file,
2121
$line
2222
));

0 commit comments

Comments
 (0)