CompilationError.st
changeset 3060 a5356f477e45
child 3063 221910736c8f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CompilationError.st	Wed Apr 03 19:02:47 2013 +0200
@@ -0,0 +1,20 @@
+"{ Package: 'stx:libcomp' }"
+
+ProceedableError subclass:#CompilationError
+	instanceVariableNames:'errorMessage'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler'
+!
+
+
+!CompilationError class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libcomp/CompilationError.st,v 1.1 2013-04-03 17:02:47 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libcomp/CompilationError.st,v 1.1 2013-04-03 17:02:47 cg Exp $'
+! !
+