Fix and reword some exception messages.

This commit is contained in:
Daniele Alessandri
2013-12-16 13:17:45 +01:00
parent 43f278fb71
commit 0f34f41ccf
70 changed files with 172 additions and 180 deletions
@@ -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."
);
}