summaryrefslogtreecommitdiff
path: root/roundcubemail/program/lib/Net/IDNA2/Exception.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-01-20 09:52:50 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-01-20 09:52:50 +0000
commit098c1b67a9301f79144d953c435af5f55315bdd9 (patch)
tree5183ceaaa6c47f191373c1ed12278654bff993ba /roundcubemail/program/lib/Net/IDNA2/Exception.php
parent048dcde2183f67ed45c4dca64f8cb4f948a168a0 (diff)
- Updated PEAR::Net_IDNA2 to 0.1.1
git-svn-id: https://svn.roundcube.net/trunk@4436 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/lib/Net/IDNA2/Exception.php')
-rw-r--r--roundcubemail/program/lib/Net/IDNA2/Exception.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/roundcubemail/program/lib/Net/IDNA2/Exception.php b/roundcubemail/program/lib/Net/IDNA2/Exception.php
index 9c77ad6e1..72cb1ae75 100644
--- a/roundcubemail/program/lib/Net/IDNA2/Exception.php
+++ b/roundcubemail/program/lib/Net/IDNA2/Exception.php
@@ -1,3 +1,4 @@
-<?php
-class Net_IDNA2_Exception extends Exception {
-}
+<?php
+class Net_IDNA2_Exception extends Exception
+{
+}