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