예제 #1
0
파일: Predis.php 프로젝트: awongh/cards
 private function onCommunicationException($message, $code = null)
 {
     Shared\Utils::onCommunicationException(new CommunicationException($this, $message, $code));
 }