mirror of
https://github.com/predis/predis.git
synced 2026-08-20 00:32:14 +00:00
8 lines
109 B
PHP
8 lines
109 B
PHP
<?php
|
|
|
|
namespace Predis;
|
|
|
|
class ConnectionException extends CommunicationException {
|
|
// Network errors
|
|
}
|