2.1.2
Allow failing validation constraint when a Vies exception occurs (timeout, ms_max_concurrent_req, etc.). Thanks @thomas-hiron!
use Ibericode\Vat\Bundle\Validator\Constraints\VatNumber;
class Customer
{
/**
* @VatNumber(violateOnException: true )
*/
public $vatNumber;
}