AssertionFailedError.st
changeset 22686 977432cc6ce8
parent 20445 2f93befb3416
child 22716 7c30dcd62c61
--- a/AssertionFailedError.st	Sat Apr 21 11:15:58 2018 +0200
+++ b/AssertionFailedError.st	Sun Apr 22 09:03:15 2018 +0200
@@ -54,6 +54,13 @@
     ^ true
 ! !
 
+!AssertionFailedError methodsFor:'printing & storing'!
+
+description
+    ^ super description
+    , ' {assert in ', suspendedContext printString,'}'
+! !
+
 !AssertionFailedError class methodsFor:'documentation'!
 
 version