summaryrefslogtreecommitdiff
path: root/program/lib/Net/IDNA2/Exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'program/lib/Net/IDNA2/Exception.php')
-rw-r--r--program/lib/Net/IDNA2/Exception.php3
1 files changed, 3 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 {
+}