File "ConstraintViolationInterface.php"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/plugins/mailpoet/vendor-prefixed/symfony/validator/ConstraintViolationInterface.php
File size: 396 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Symfony\Component\Validator;
if (!defined('ABSPATH')) exit;
interface ConstraintViolationInterface
{
 public function getMessage();
 public function getMessageTemplate();
 public function getParameters();
 public function getPlural();
 public function getRoot();
 public function getPropertyPath();
 public function getInvalidValue();
 public function getCode();
}