📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 18:12:37
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
brick
/
math
/
src
/
Exception
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/brick/math/src/Exception
🔄 Refresh
✏️
Editing: NegativeNumberException.php
Writable
<?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 { }
💾 Save Changes
❌ Cancel