<?phpdeclare(strict_types=1);namespace BrickMathException;use Throwable;/** * Base interface for all math exceptions. */interface MathException extends Throwable{}