public function DeveloperUpdateFailedException::getEmail in Apigee Edge 8
Email address of the developer.
Return value
string Email address.
File
- src/
Exception/ DeveloperUpdateFailedException.php, line 60
Class
- DeveloperUpdateFailedException
- This exception is thrown when the developer profile update fails.
Namespace
Drupal\apigee_edge\ExceptionCode
public function getEmail() : string {
return $this->email;
}