Add error messages to action validation, use step validation args

[MAILPOET-4659]
This commit is contained in:
Jan Jakes
2022-09-23 16:29:05 +02:00
committed by Jan Jakeš
parent b6ba15c6c3
commit 7425c73d9e
10 changed files with 79 additions and 69 deletions

View File

@@ -0,0 +1,8 @@
<?php declare(strict_types = 1);
namespace MailPoet\Automation\Engine\Integration;
use MailPoet\Automation\Engine\Exceptions\UnexpectedValueException;
class ValidationException extends UnexpectedValueException {
}