* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 */ namespace PrestaShop\Module\PsxMarketingWithGoogle\Exception; use Exception; class MktgWithGoogleInstallerException extends Exception { public const MKTG_WITH_GOOGLE_INSTALL_EXCEPTION = 1; public const MKTG_WITH_GOOGLE_UNINSTALL_EXCEPTION = 2; }