diff options
| author | Li Zhineng <[email protected]> | 2025-04-28 17:53:19 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-04-28 17:53:19 +0800 |
| commit | cb8ad9567a940db0434b9ca8991422ac9d2ce795 (patch) | |
| tree | 55c571e331228ec3713530fee420e5bc5c50b155 /src/RegionException.php | |
| parent | e1acfb0b977a38a8c465f3c6d5cc1aed49b79656 (diff) | |
| download | region-china-cb8ad9567a940db0434b9ca8991422ac9d2ce795.tar.gz region-china-cb8ad9567a940db0434b9ca8991422ac9d2ce795.zip | |
region manager
Diffstat (limited to 'src/RegionException.php')
| -rw-r--r-- | src/RegionException.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/RegionException.php b/src/RegionException.php new file mode 100644 index 0000000..f33adec --- /dev/null +++ b/src/RegionException.php @@ -0,0 +1,10 @@ +<?php + +declare(strict_types=1); + +namespace Zhineng\Region; + +final class RegionException extends \Exception +{ + // +} |
