initial checkin
authorStefan Vogel <sv@exept.de>
Wed, 22 Feb 2006 23:02:44 +0100
changeset 1455 0317eaf520d7
parent 1454 b7617ab0033d
child 1456 673e4fc61c36
initial checkin
SourceCodeManagerError.st
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SourceCodeManagerError.st	Wed Feb 22 23:02:44 2006 +0100
@@ -0,0 +1,15 @@
+"{ Package: 'stx:libbasic3' }"
+
+Error subclass:#SourceCodeManagerError
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-SourceCodeManagement'
+!
+
+
+!SourceCodeManagerError class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerError.st,v 1.1 2006-02-22 22:02:44 stefan Exp $'
+! !