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