Rename SVN::Error to SVN::SvnError for stc compatibility
authorStefan Vogel <sv@exept.de>
Tue, 21 Jun 2011 16:58:25 +0200
changeset 611 2092e69c8c94
parent 610 2849e70bf648
child 612 dbfd0498d09a
Rename SVN::Error to SVN::SvnError for stc compatibility
SVN__NonExistentURLError.st
--- a/SVN__NonExistentURLError.st	Tue Jun 21 16:58:24 2011 +0200
+++ b/SVN__NonExistentURLError.st	Tue Jun 21 16:58:25 2011 +0200
@@ -2,7 +2,7 @@
 
 "{ NameSpace: SVN }"
 
-Error subclass:#NonExistentURLError
+SvnError subclass:#NonExistentURLError
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''