summaryrefslogtreecommitdiff
path: root/program/lib/Net/IDNA2
diff options
context:
space:
mode:
Diffstat (limited to 'program/lib/Net/IDNA2')
-rw-r--r--program/lib/Net/IDNA2/Exception.php3
-rw-r--r--program/lib/Net/IDNA2/Exception/Nameprep.php5
2 files changed, 8 insertions, 0 deletions
diff --git a/program/lib/Net/IDNA2/Exception.php b/program/lib/Net/IDNA2/Exception.php
new file mode 100644
index 000000000..9c77ad6e1
--- /dev/null
+++ b/program/lib/Net/IDNA2/Exception.php
@@ -0,0 +1,3 @@
+<?php
+class Net_IDNA2_Exception extends Exception {
+}
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