mirror of
https://github.com/predis/predis.git
synced 2026-08-23 10:03:16 +00:00
7 lines
80 B
PHP
7 lines
80 B
PHP
<?php
|
|
|
|
namespace Predis;
|
|
|
|
abstract class PredisException extends \Exception {
|
|
}
|