compiler/PPCScannerError.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 08 Sep 2015 01:31:37 +0100
changeset 541 ac763af77fc2
parent 524 f6f68d32de73
permissions -rw-r--r--
Added ,mcz export by-producsts to .hgignore

"{ 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
! !