diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-11-16 11:14:00 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-11-16 11:14:00 -0500 |
commit | 5b51eeeebb319d255e3f51d9946be57787207fda (patch) | |
tree | 78e30474d97510851be1b9150c1df2b733b89101 /extlib/Stomp/Exception.php | |
parent | f04dbc8fa21d86bae5c34ece2637c3c345e29927 (diff) |
Bump to version 1.0.0
Diffstat (limited to 'extlib/Stomp/Exception.php')
-rw-r--r-- | extlib/Stomp/Exception.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/extlib/Stomp/Exception.php b/extlib/Stomp/Exception.php index e6870bc15..8c479de24 100644 --- a/extlib/Stomp/Exception.php +++ b/extlib/Stomp/Exception.php @@ -23,10 +23,8 @@ * * * @package Stomp - * @author Michael Caplan <mcaplan@labnet.net> - * @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 |