More verbose description
authorStefan Vogel <sv@exept.de>
Tue, 11 Jan 2005 15:12:19 +0100
changeset 8674 3ec5889b8251
parent 8673 adcf94cd5d84
child 8675 ceef81bb2d0c
More verbose description
PrimitiveFailure.st
--- a/PrimitiveFailure.st	Fri Jan 07 13:37:05 2005 +0100
+++ b/PrimitiveFailure.st	Tue Jan 11 15:12:19 2005 +0100
@@ -44,8 +44,15 @@
 "
 ! !
 
+!PrimitiveFailure methodsFor:'printing & storing'!
+
+description
+
+    ^ super description, ': ', originator printString, '>>', parameter selector printString
+! !
+
 !PrimitiveFailure class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/PrimitiveFailure.st,v 1.5 2004-04-23 11:41:08 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/PrimitiveFailure.st,v 1.6 2005-01-11 14:12:19 stefan Exp $'
 ! !