s/BenchmarkError.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 12 Feb 2020 15:09:57 +0000
changeset 318 1b735d3747d8
parent 285 0cf54ee76de5
permissions -rw-r--r--
Use launcher script to run smalltalk ...rather than binary. This makes it work in both, in-tree builds and (new) out-of-tree builds.

"{ Package: 'jv:calipel/s' }"

"{ NameSpace: Smalltalk }"

Error subclass:#BenchmarkError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'CalipeL-S-Core-Exceptions'
!


!BenchmarkError class methodsFor:'documentation'!

version_HG

    ^ '$Changeset: <not expanded> $'
! !