34667-vm/vendor/brick/math/src/Exception/MathException.php
Flatlogic Bot 2e0e56a927 2
2025-10-05 18:08:48 +00:00

13 lines
163 B
PHP

<?php
declare(strict_types=1);
namespace Brick\Math\Exception;
/**
* Base class for all math exceptions.
*/
class MathException extends \RuntimeException
{
}