<?php

namespace Fleetbase\LaravelMysqlSpatial\Exceptions;

class UnknownSpatialFunctionException extends \RuntimeException
{
}
