Removed unused MJException
This commit is contained in:
@ -16,7 +16,7 @@ class RedisDebug
|
||||
public function __construct($redis)
|
||||
{
|
||||
if (!is_a($redis, 'Redis')) {
|
||||
throw new MJException();
|
||||
throw new GeneralException();
|
||||
}
|
||||
$this->redis = $redis;
|
||||
}
|
||||
|
Reference in New Issue
Block a user