mirror of
https://github.com/predis/predis.git
synced 2026-08-22 06:21:12 +00:00
7 lines
87 B
PHP
7 lines
87 B
PHP
<?php
|
|
|
|
namespace Predis\Distribution;
|
|
|
|
class EmptyRingException extends \Exception {
|
|
}
|