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