mirror of
https://github.com/predis/predis.git
synced 2026-08-24 18:29:34 +00:00
9 lines
131 B
PHP
9 lines
131 B
PHP
<?php
|
|
|
|
namespace Predis\Network;
|
|
|
|
use Predis\CommunicationException;
|
|
|
|
class ConnectionException extends CommunicationException {
|
|
}
|