0 follower

Class Yiisoft\Db\Redis\SocketException

InheritanceYiisoft\Db\Redis\SocketException » Yiisoft\Db\Exception\Exception

SocketException indicates a socket connection failure in {@see ConnectionInterface}.

Public Methods

Hide inherited methods

Method Description Defined By
getName() Yiisoft\Db\Redis\SocketException

Method Details

Hide inherited methods

getName() public method

public string getName ( )
return string

The user-friendly name of this exception

                public function getName(): string
{
    return 'Redis Socket Exception';
}