Class Yiisoft\Queue\Redis\Exception\NotConnectedRedisException
| Inheritance | Yiisoft\Queue\Redis\Exception\NotConnectedRedisException » RuntimeException |
|---|---|
| Implements | Yiisoft\FriendlyException\FriendlyExceptionInterface |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getName() | Yiisoft\Queue\Redis\Exception\NotConnectedRedisException | |
| getSolution() | Yiisoft\Queue\Redis\Exception\NotConnectedRedisException |
Method Details
| public string|null getSolution ( ) |
public function getSolution(): ?string
{
return 'Check your Redis configuration and run $redis->connect() before using it.';
}
Signup or Login in order to comment.