Current path: home/webdevt/prestashop17/vendor/egulias/email-validator/src/Validation/Error/
?? Go up: /home/webdevt/prestashop17/vendor/egulias/email-validator/src/Validation
<?php
namespace Egulias\EmailValidator\Validation\Error;
use Egulias\EmailValidator\Exception\InvalidEmail;
class RFCWarnings extends InvalidEmail
{
const CODE = 997;
const REASON = 'Warnings were found.';
}