Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/tests/../vendor/./dragonmantank/.././yajra/../authorizenet/../hamcrest/../league/../webklex/../nesbot/../../vendor/dflydev/./../monolog/../brick/math/src/Exception
الملفات الموجودة في هذا الـ Path:
.
..
DivisionByZeroException.php
IntegerOverflowException.php
MathException.php
NegativeNumberException.php
NumberFormatException.php
RoundingNecessaryException.php

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

<?php

declare(strict_types=1);

namespace Brick\Math\Exception;

/**
 * Exception thrown when attempting to perform an unsupported operation, such as a square root, on a negative number.
 */
class NegativeNumberException extends MathException
{
}