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
@@ -95,7 +95,7 @@ class ProtocolProcessor implements ProtocolProcessorInterface
default:
CommunicationException::handle(new ProtocolException(
$connection, "Unknown prefix: '$prefix'"
$connection, "Unknown response prefix: '$prefix'."
));
}
}