<?php /** * This file is part of the PrestaShop\Decimal package * * @author PrestaShop SA <contact@prestashop.com> * @license https://opensource.org/licenses/MIT MIT License */ namespace PrestaShop\Decimal\Exception; /** * Thrown when attempting to divide by zero */ class DivisionByZeroException extends \Exception { }