summaryrefslogtreecommitdiff
path: root/program/lib/Net/IDNA2/Exception.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-01-20 09:52:50 +0000
committeralecpl <alec@alec.pl>2011-01-20 09:52:50 +0000
commit1ad1f88e389afe3fe7ead8bdff74aa8560bbd4e2 (patch)
treedf3e3684eca8cfee01ad1a178d847ff7061ff542 /program/lib/Net/IDNA2/Exception.php
parent0c521063c5bc85d6849f6571854ef814518da35d (diff)
- Updated PEAR::Net_IDNA2 to 0.1.1
Diffstat (limited to 'program/lib/Net/IDNA2/Exception.php')
-rw-r--r--program/lib/Net/IDNA2/Exception.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/program/lib/Net/IDNA2/Exception.php b/program/lib/Net/IDNA2/Exception.php
index 9c77ad6e1..72cb1ae75 100644
--- a/program/lib/Net/IDNA2/Exception.php
+++ b/program/lib/Net/IDNA2/Exception.php
@@ -1,3 +1,4 @@
-<?php
-class Net_IDNA2_Exception extends Exception {
-}
+<?php
+class Net_IDNA2_Exception extends Exception
+{
+}