mirror of
https://github.com/predis/predis.git
synced 2026-08-25 05:49:38 +00:00
9 lines
130 B
PHP
9 lines
130 B
PHP
<?php
|
|
|
|
namespace Predis\Protocol;
|
|
|
|
use Predis\CommunicationException;
|
|
|
|
class ProtocolException extends CommunicationException {
|
|
}
|