mirror of
https://github.com/predis/predis.git
synced 2026-08-20 19:01:59 +00:00
8 lines
115 B
PHP
8 lines
115 B
PHP
<?php
|
|
|
|
namespace Predis;
|
|
|
|
abstract class PredisException extends \Exception {
|
|
// Base Predis exception class
|
|
}
|