mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-08-21 20:29:13 +00:00
10 lines
125 B
PHP
10 lines
125 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Location\Exception;
|
|
|
|
class InvalidDistanceException extends \RuntimeException
|
|
{
|
|
}
|