Current Path : /home/cinepatreb/billetterie/vendor/prestashop/decimal/src/Exception/ |
Current File : /home/cinepatreb/billetterie/vendor/prestashop/decimal/src/Exception/DivisionByZeroException.php |
<?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 { }