* @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\SqlManagement\Exception; /** * Class SqlRequestSettingsConstraintException is thrown when invalid settings are supplied. */ class SqlRequestSettingsConstraintException extends SqlRequestException { public const INVALID_FILE_ENCODING = 10; public const NOT_SUPPORTED_FILE_ENCODING = 20; }