<?php

declare(strict_types=1);

namespace Brick\Geo\Exception;

/**
 * Exception thrown when trying to get a geometry at an invalid index.
 */
class NoSuchGeometryException extends GeometryException
{
}
