diff -r ccaeb96d0047 -r c2baf5093dcf Error.st --- a/Error.st Sat Feb 13 12:23:59 2016 +0100 +++ b/Error.st Sat Feb 13 12:24:01 2016 +0100 @@ -11,6 +11,8 @@ " "{ Package: 'stx:libbasic' }" +"{ NameSpace: Smalltalk }" + Exception subclass:#Error instanceVariableNames:'' classVariableNames:'' @@ -56,13 +58,6 @@ "Modified: / 17-11-2010 / 17:53:07 / cg" ! ! -!Error class methodsFor:'misc ui support'! - -iconInBrowserSymbol - - - ^ #errorClassBrowserIcon -! ! !Error class methodsFor:'queries'! @@ -85,11 +80,12 @@ !Error class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Error.st,v 1.11 2010-11-17 16:53:31 cg Exp $' + ^ '$Header$' ! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic/Error.st,v 1.11 2010-11-17 16:53:31 cg Exp $' + ^ '$Header$' ! ! + Error initialize!