* @license https://opensource.org/licenses/MIT MIT License */ namespace PrestaShop\Decimal\Exception; /** * Thrown when attempting to divide by zero */ class DivisionByZeroException extends \Exception { }