You are here

public function DeveloperToUserConversationInvalidValueException::getViolation in Apigee Edge 8

Constraint violation.

Return value

\Symfony\Component\Validator\ConstraintViolationInterface Constraint violation.

File

src/Exception/DeveloperToUserConversationInvalidValueException.php, line 110

Class

DeveloperToUserConversationInvalidValueException
Thrown when a developer attribute's value is not a valid user field value.

Namespace

Drupal\apigee_edge\Exception

Code

public function getViolation() : ConstraintViolationInterface {
  return $this->violation;
}