X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=extlib%2FStomp%2FException.php;h=8c479de24f8337a12a7a27ae62782833a02b0667;hb=90c7ff1983a51b0883532be81be1afdd9d02a24c;hp=e6870bc15dcc26a67af7cd0d6e42026d64a21200;hpb=a456ceb47c5019acd8d8766be274eda955a58125;p=quix0rs-gnu-social.git diff --git a/extlib/Stomp/Exception.php b/extlib/Stomp/Exception.php index e6870bc15d..8c479de24f 100644 --- a/extlib/Stomp/Exception.php +++ b/extlib/Stomp/Exception.php @@ -23,10 +23,8 @@ * * * @package Stomp - * @author Michael Caplan - * @version $Revision: 23 $ - */ -class Stomp_Exception extends Exception + */ +class StompException extends Exception { protected $_details; @@ -53,5 +51,5 @@ class Stomp_Exception extends Exception { return $this->_details; } -} +} ?> \ No newline at end of file