NonBooleanReceiverError.st
changeset 7145 a2a21668f317
child 7231 5e1250b3f7f6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NonBooleanReceiverError.st	Mon Mar 31 16:08:28 2003 +0200
@@ -0,0 +1,15 @@
+"{ Package: 'stx:libbasic' }"
+
+ExecutionError subclass:#NonBooleanReceiverError
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Kernel-Exceptions-ExecutionErrors'
+!
+
+
+!NonBooleanReceiverError class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/NonBooleanReceiverError.st,v 1.1 2003-03-31 14:08:20 cg Exp $'
+! !