diff options
Diffstat (limited to 'program/lib/Net/IDNA2/Exception/Nameprep.php')
-rw-r--r-- | program/lib/Net/IDNA2/Exception/Nameprep.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/program/lib/Net/IDNA2/Exception/Nameprep.php b/program/lib/Net/IDNA2/Exception/Nameprep.php new file mode 100644 index 000000000..a753e173d --- /dev/null +++ b/program/lib/Net/IDNA2/Exception/Nameprep.php @@ -0,0 +1,5 @@ +<?php
+require_once 'Net/IDNA2/Exception.php';
+
+class Net_IDNA2_Exception_Nameprep extends Net_IDNA2_Exception {
+}
\ No newline at end of file |