Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
tipuloidea
/
back
/
vendor
/
brick
/
math
/
src
/
Exception
:
MathException.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php declare(strict_types=1); namespace Brick\Math\Exception; use RuntimeException; /** * Base class for all math exceptions. */ class MathException extends RuntimeException { }