<?php
declare(strict_types=1);

namespace Mdanter\Ecc\Exception;

class SquareRootException extends NumberTheoryException
{

}
