#QUALITY by cg
authorClaus Gittinger <cg@exept.de>
Mon, 16 Apr 2018 08:41:16 +0200
changeset 18038 fc3b70e1d5b0
parent 18037 9e48562729d9
child 18039 1b9aabb9f18a
#QUALITY by cg class: InspectorView changed: #myObjectsInspectorExtraAttributes ignore errors in inspectoExtraAttributes
InspectorView.st
--- a/InspectorView.st	Mon Apr 16 05:57:26 2018 +0200
+++ b/InspectorView.st	Mon Apr 16 08:41:16 2018 +0200
@@ -3768,7 +3768,7 @@
         ^ #()
     ].
     ^ [object inspectorExtraAttributes]
-                on: MessageNotUnderstood
+                on: (Error,MessageNotUnderstood)
                 do: [:ex | ex return: #() ]
 
     "Created: / 17-07-2006 / 11:02:32 / cg"