* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ declare(strict_types=1); namespace PrestaShop\Module\PsxDesign\Exception; if (!defined('_PS_VERSION_')) { exit; } class PsxDesignTokenDecoderException extends PsxDesignException { /** * NOTICE SEVERITY 1-100 */ /** Merchant is not connected to ps_accounts and token is empty **/ public const INVALID_TOKEN = 1; }