mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Fix and reword some exception messages.
This commit is contained in:
@@ -46,7 +46,7 @@ class ReplicationStrategy
|
||||
{
|
||||
if (isset($this->disallowed[$id = $command->getId()])) {
|
||||
throw new NotSupportedException(
|
||||
"The command $id is not allowed in replication mode"
|
||||
"The command '$id' is not allowed in replication mode."
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user