Skip to content

Commit

Permalink
feat: add new exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Aug 7, 2022
1 parent 74e500e commit 1b5980c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptions/HeadersSentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class HeadersSentException extends SessionException
public function __construct(string $file, int $line)
{
parent::__construct(sprintf(
'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.',
$file,
$line
));
Expand Down

0 comments on commit 1b5980c

Please sign in to comment.