<?php

namespace Fleetbase\LaravelMysqlSpatial\Exceptions;

class InvalidGeoJsonException extends \RuntimeException
{
}
