Horde\ManageSieve\Exception\ConnectionFailed::__construct PHP Method

__construct() public method

Exception constructor.
public __construct ( Exception $e )
$e Exception An Exception object.
    public function __construct(\Exception $e)
    {
        parent::__construct('Failed to connect, server said: ' . $e->getMessage());
    }
ConnectionFailed