summaryrefslogtreecommitdiff
path: root/src/RegionException.php
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-04-28 17:53:19 +0800
committerLi Zhineng <[email protected]>2025-04-28 17:53:19 +0800
commitcb8ad9567a940db0434b9ca8991422ac9d2ce795 (patch)
tree55c571e331228ec3713530fee420e5bc5c50b155 /src/RegionException.php
parente1acfb0b977a38a8c465f3c6d5cc1aed49b79656 (diff)
downloadregion-china-cb8ad9567a940db0434b9ca8991422ac9d2ce795.tar.gz
region-china-cb8ad9567a940db0434b9ca8991422ac9d2ce795.zip
region manager
Diffstat (limited to 'src/RegionException.php')
-rw-r--r--src/RegionException.php10
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
+{
+ //
+}