Horde\ManageSieve\Exception\ConnectionFailed::__construct PHP Метод

__construct() публичный Метод

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