mirror of
https://github.com/predis/predis.git
synced 2026-08-28 11:09:49 +00:00
Fix and reword some exception messages.
This commit is contained in:
@@ -95,7 +95,7 @@ class ProtocolProcessor implements ProtocolProcessorInterface
|
||||
|
||||
default:
|
||||
CommunicationException::handle(new ProtocolException(
|
||||
$connection, "Unknown prefix: '$prefix'"
|
||||
$connection, "Unknown response prefix: '$prefix'."
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user