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