<?php
declare(strict_types=1);
namespace Lnb\Shopware6\LnbVoucherErrorMessage;
use Shopware\Core\Framework\Plugin;
class LnbVoucherErrorMessage extends Plugin
{
}