Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../modules/./../../vendor/league/../nunomaduro/.././composer/./../laravel/../spatie/ignition/../../brick/math/src/Exception
الملفات الموجودة في هذا الـ Path:
.
..
DivisionByZeroException.php
IntegerOverflowException.php
MathException.php
NegativeNumberException.php
NumberFormatException.php
RoundingNecessaryException.php

مشاهدة ملف: MathException.php

<?php

declare(strict_types=1);

namespace Brick\Math\Exception;

/**
 * Base class for all math exceptions.
 */
class MathException extends \Exception
{
}