summaryrefslogtreecommitdiff
path: root/src/RegistrationNumberException.php
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-05-12 19:01:57 +0800
committerLi Zhineng <[email protected]>2025-05-12 19:01:57 +0800
commit12ebfe678ed2554fb5902c60d99a53414bec0ad1 (patch)
tree1fdd790e309ed347f8fd92413cd1d9e0dfe197ea /src/RegistrationNumberException.php
downloadvehicle-license-china-12ebfe678ed2554fb5902c60d99a53414bec0ad1.tar.gz
vehicle-license-china-12ebfe678ed2554fb5902c60d99a53414bec0ad1.zip
first commit
Diffstat (limited to 'src/RegistrationNumberException.php')
-rw-r--r--src/RegistrationNumberException.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/RegistrationNumberException.php b/src/RegistrationNumberException.php
new file mode 100644
index 0000000..afd4448
--- /dev/null
+++ b/src/RegistrationNumberException.php
@@ -0,0 +1,10 @@
+<?php
+
+declare(strict_types=1);
+
+namespace Zhineng\VehicleLicenseChina;
+
+final class RegistrationNumberException extends \Exception
+{
+ //
+}