Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
brick
/
math
/
src
/
Exception
/
Editing: MathException.php
<?php declare(strict_types=1); namespace Brick\Math\Exception; /** * Base class for all math exceptions. */ class MathException extends \Exception { }
Save
Cancel