mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-28 05:48:10 +00:00
10 lines
124 B
PHP
10 lines
124 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Location\Exception;
|
|
|
|
class InvalidPolygonException extends \RuntimeException
|
|
{
|
|
}
|