diff -r 19d830b74322 -r e5d63143737f compiler/PPCCompilationError.st --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/compiler/PPCCompilationError.st Mon Jul 27 16:28:48 2015 +0100 @@ -0,0 +1,11 @@ +"{ Package: 'stx:goodies/petitparser/compiler' }" + +"{ NameSpace: Smalltalk }" + +Error subclass:#PPCCompilationError + instanceVariableNames:'' + classVariableNames:'' + poolDictionaries:'' + category:'PetitCompiler-Exceptions' +! +