You are here

public function DeveloperDoesNotExistException::getEmail in Apigee Edge 8

Email address of the developer.

Return value

string Email address.

File

src/Exception/DeveloperDoesNotExistException.php, line 60

Class

DeveloperDoesNotExistException
This exception is thrown when the developer for a user cannot be loaded.

Namespace

Drupal\apigee_edge\Exception

Code

public function getEmail() : string {
  return $this->email;
}