mirror of
https://github.com/predis/predis.git
synced 2026-08-20 00:32:14 +00:00
8 lines
102 B
PHP
8 lines
102 B
PHP
<?php
|
|
|
|
namespace Predis;
|
|
|
|
class ClientException extends PredisException {
|
|
// Client-side errors
|
|
}
|