compiler/PPCScannerError.st
changeset 524 f6f68d32de73
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compiler/PPCScannerError.st	Mon Aug 24 15:34:14 2015 +0100
@@ -0,0 +1,17 @@
+"{ Package: 'stx:goodies/petitparser/compiler' }"
+
+"{ NameSpace: Smalltalk }"
+
+Error subclass:#PPCScannerError
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'PetitCompiler-Exceptions'
+!
+
+!PPCScannerError methodsFor:'as yet unclassified'!
+
+signalWith: message
+    self signal: message
+! !
+