xquery/trunk/XQuery__TypeError.st
changeset 241 e28ef0f20186
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xquery/trunk/XQuery__TypeError.st	Wed Apr 07 12:37:26 2010 +0000
@@ -0,0 +1,17 @@
+"{ Package: 'stx:goodies/xmlsuite/xquery' }"
+
+"{ NameSpace: XQuery }"
+
+XQueryInterpreterError subclass:#TypeError
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'XQuery-Exceptions'
+!
+
+
+!TypeError class methodsFor:'documentation'!
+
+version_SVN
+    ^ '$Id$'
+! !