/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceManagement
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceManagement/FlowErrorDetails.php (1440B)
exceptionType = $exceptionType;
}
/**
* @return string
*/
public function getExceptionType()
{
return $this->exceptionType;
}
/**
* @param string
*/
public function setFlowStepId($flowStepId)
{
$this->flowStepId = $flowStepId;
}
/**
* @return string
*/
public function getFlowStepId()
{
return $this->flowStepId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(FlowErrorDetails::class, 'Google_Service_ServiceManagement_FlowErrorDetails');