compiler/PPCCompilationError.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 18 Aug 2015 16:57:08 +0100
changeset 520 9ccc84deaea0
parent 518 a6d8b93441b0
child 534 a949c4fe44df
permissions -rw-r--r--
Added benchmarks for Johan's LRP Parser

"{ Package: 'stx:goodies/petitparser/compiler' }"

"{ NameSpace: Smalltalk }"

Error subclass:#PPCCompilationError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'PetitCompiler-Exceptions'
!

!PPCCompilationError class methodsFor:'error signalling'!

signalWith: message
    ^ self signal: message
! !