Removed unused MJException

This commit is contained in:
Anton Terekhov
2011-10-20 12:15:10 +04:00
parent 3ebfac9db4
commit 64b26c354f
2 changed files with 1 additions and 67 deletions

View File

@ -16,7 +16,7 @@ class RedisDebug
public function __construct($redis)
{
if (!is_a($redis, 'Redis')) {
throw new MJException();
throw new GeneralException();
}
$this->redis = $redis;
}