* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ namespace PrestaShop\PrestaShop\Core\Domain\Customer\Exception; /** * Exception is thrown when customer's default groups is not configured as access group. * This means that default group must also be configured as access group for customer. */ class CustomerDefaultGroupAccessException extends CustomerException { }