* @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\Module\Exception; /** * If an exception that implements this ModuleErrorInterface * is thrown, its message will be displayed to the end-user */ interface ModuleErrorInterface { }