Bump to version 1.0.0

This commit is contained in:
Craig Andrews
2009-11-16 11:14:00 -05:00
parent f04dbc8fa2
commit 5b51eeeebb
5 changed files with 127 additions and 118 deletions

View File

@@ -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;
}
}
}
?>