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