mirror of
https://github.com/predis/predis.git
synced 2026-08-26 07:59:52 +00:00
10 lines
130 B
PHP
10 lines
130 B
PHP
<?php
|
|
|
|
namespace Predis\Protocol;
|
|
|
|
use Predis\CommunicationException;
|
|
|
|
class ProtocolException extends CommunicationException
|
|
{
|
|
}
|