public
Description: Midgard Components Framework 3rd generation
Homepage: http://www.midgard-project.org
Clone URL: git://github.com/bergie/midcom.git
Renamed the exception
wick3d (author)
Fri Apr 04 06:21:44 -0700 2008
commit  9a8f98300f577ac4aad93f10e09513ebc1f831f0
tree    ba38d198c80e6fe9bf32aeb524511e0dfb1e2763
parent  342a78a5361a598e718ecc99c29197b5ea387a38
...
74
75
76
77
 
78
79
80
...
74
75
76
 
77
78
79
80
0
@@ -74,7 +74,7 @@ class net_nemein_xmpp_api_xmpphp_xmlstream
0
     }
0
     catch(Exception $e)
0
     {
0
- throw new net_nemein_xmpp_exception_connection_failed();
0
+ throw new net_nemein_xmpp_exception_connectionfailed();
0
     }
0
     
0
     stream_set_blocking($this->socket, 1);
...
218
219
220
221
 
222
223
224
...
218
219
220
 
221
222
223
224
0
@@ -218,7 +218,7 @@ class net_nemein_xmpp_api_xmpphp_xmpp extends net_nemein_xmpp_api_xmpphp_xmlstre
0
  *
0
  * @package net_nemein_xmpp
0
  */
0
-class net_nemein_xmpp_exception_connection_failed extends Exception
0
+class net_nemein_xmpp_exception_connectionfailed extends Exception
0
 {
0
 }
0
 

Comments

    No one has commented yet.