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