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