0 follower

Class Yiisoft\Queue\Redis\Exception\NotConnectedRedisException

InheritanceYiisoft\Queue\Redis\Exception\NotConnectedRedisException » RuntimeException
ImplementsYiisoft\FriendlyException\FriendlyExceptionInterface

Method Details

Hide inherited methods

getName() public method

public string getName ( )

                public function getName(): string
{
    return 'Not connected to Redis.';
}

            
getSolution() public method

public string|null getSolution ( )

                public function getSolution(): ?string
{
    return 'Check your Redis configuration and run $redis->connect() before using it.';
}