Add error messages to action validation, use step validation args
[MAILPOET-4659]
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php declare(strict_types = 1);
|
||||
|
||||
namespace MailPoet\Automation\Engine\Integration;
|
||||
|
||||
use MailPoet\Automation\Engine\Exceptions\UnexpectedValueException;
|
||||
|
||||
class ValidationException extends UnexpectedValueException {
|
||||
}
|
Reference in New Issue
Block a user