diff options
author | alecpl <alec@alec.pl> | 2010-09-29 12:36:28 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-09-29 12:36:28 +0000 |
commit | e99991996dbb9e7b0b0ff6cfa94dc0fb2522eb66 (patch) | |
tree | 8031feaef48d8d30de1253318993f8c0a2223674 /program/lib/Net/IDNA2/Exception | |
parent | d7f9eb573b82ca55c521b68f7cf3ad8de55ab8ba (diff) |
- Add Internationalized Domain Name (IDNA) support (#1483894)
Diffstat (limited to 'program/lib/Net/IDNA2/Exception')
-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 |