mirror of
https://github.com/danog/amp.git
synced 2025-01-22 05:11:42 +01:00
commit
f784ddc9d6
@ -21,7 +21,7 @@ class InvalidWatcherException extends \Exception
|
||||
$this->watcherId = $watcherId;
|
||||
|
||||
if ($message === null) {
|
||||
$message = "An invalid watcher idenfier has been used: '{$watcherId}'";
|
||||
$message = "An invalid watcher identifier has been used: '{$watcherId}'";
|
||||
}
|
||||
|
||||
parent::__construct($message);
|
||||
|
Loading…
x
Reference in New Issue
Block a user