mirror of
https://github.com/predis/predis.git
synced 2026-08-19 10:11:59 +00:00
7 lines
76 B
PHP
7 lines
76 B
PHP
<?php
|
|
|
|
namespace Predis;
|
|
|
|
class ClientException extends PredisException {
|
|
}
|