public function DeveloperToUserConversionAttributeDoesNotExistException::getAttributeName in Apigee Edge 8
Returns the name of the problematic attribute.
Return value
string Attribute name.
File
- src/
Exception/ DeveloperToUserConversionAttributeDoesNotExistException.php, line 63
Class
- DeveloperToUserConversionAttributeDoesNotExistException
- Thrown when source attribute does not exist in developer.
Namespace
Drupal\apigee_edge\ExceptionCode
public function getAttributeName() : string {
return $this->attributeName;
}