rv.data.HandledException */ class HandledException extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field string description = 1; */ protected $description = ''; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type string $description * } */ public function __construct($data = NULL) { \GPBMetadata\ProCore::initOnce(); parent::__construct($data); } /** * Generated from protobuf field string description = 1; * @return string */ public function getDescription() { return $this->description; } /** * Generated from protobuf field string description = 1; * @param string $var * @return $this */ public function setDescription($var) { GPBUtil::checkString($var, True); $this->description = $var; return $this; } }