]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - extlib/Stomp/Exception.php
Merge branch 'master' into 0.9.x
[quix0rs-gnu-social.git] / extlib / Stomp / Exception.php
index e6870bc15dcc26a67af7cd0d6e42026d64a21200..8c479de24f8337a12a7a27ae62782833a02b0667 100644 (file)
  *
  *
  * @package Stomp
- * @author Michael Caplan <mcaplan@labnet.net>
- * @version $Revision: 23 $
- */\r
-class Stomp_Exception extends Exception\r
+ */
+class StompException extends Exception
 {
     protected $_details;
     
@@ -53,5 +51,5 @@ class Stomp_Exception extends Exception
     {
         return $this->_details;
     }
-}\r
+}
 ?>
\ No newline at end of file