示例#1
0
文件: Predis.php 项目: awongh/cards
 private function onCommunicationException($message, $code = null)
 {
     Shared\Utils::onCommunicationException(new CommunicationException($this, $message, $code));
 }