X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=extlib%2FStomp%2FException.php;h=8c479de24f8337a12a7a27ae62782833a02b0667;hb=c748933132b58ba3c837da3ad48979cfc6d52b8a;hp=e6870bc15dcc26a67af7cd0d6e42026d64a21200;hpb=003c63e587128c6d095386c563c2615c2ac245c2;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