* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) */ namespace PrestaShop\Module\AutoUpgrade\Exceptions; use Exception; class DistributionApiException extends Exception { const API_NOT_CALLABLE_CODE = 0; const VERSION_NOT_FOUND_CODE = 1; }