oont-contents/plugins/mailpoet/lib/Automation/Engine/Integration/ValidationException.php
2025-02-08 15:10:23 +01:00

11 lines
250 B
PHP

<?php declare(strict_types = 1);
namespace MailPoet\Automation\Engine\Integration;
if (!defined('ABSPATH')) exit;
use MailPoet\Automation\Engine\Exceptions\UnexpectedValueException;
class ValidationException extends UnexpectedValueException {
}