staticmaplite/src/Exception/ExtraMarker/InvalidShapeException.php

11 lines
152 B
PHP

<?php
namespace StaticMapLite\Exception\ExtraMarker;
use StaticMapLite\Exception\MapException;
class InvalidShapeException extends MapException
{
}