Commit version 24.12.13800
This commit is contained in:
12
libs/Brick/Math11/Exception/MathException.php
Normal file
12
libs/Brick/Math11/Exception/MathException.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Brick\Math\Exception;
|
||||
|
||||
/**
|
||||
* Base class for all math exceptions.
|
||||
*/
|
||||
class MathException extends \Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user