📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 17:05:04
📂
/ (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: RoundingNecessaryException.php
Writable
<?php declare(strict_types=1); namespace Brick\Math\Exception; /** * Exception thrown when a number cannot be represented at the requested scale without rounding. */ class RoundingNecessaryException extends MathException { /** * @psalm-pure */ public static function roundingNecessary() : RoundingNecessaryException { return new self('Rounding is necessary to represent the result of the operation at this scale.'); } }
💾 Save Changes
❌ Cancel