<?php

declare(strict_types=1);

namespace Brick\Geo\Exception;

/**
 * Exception thrown when creating an invalid geometry.
 */
class InvalidGeometryException extends GeometryException
{
}
