MCCannotLoadMethodError.st
author Jan Vrany <jan.vrany@labware.com>
Tue, 11 Jul 2023 12:13:27 +0100
branchjv
changeset 1173 e3dd2050492e
parent 1134 91da4e7ab5de
permissions -rw-r--r--
Update class category to match package name if it does not This is needed because in Squeak / Pharo world package membership is defined by (class) category prefix. This is soo annoying...

"
COPYRIGHT (c) 2021 LabWare
"
"{ Package: 'stx:goodies/monticello' }"

"{ NameSpace: Smalltalk }"

ProceedableError subclass:#MCCannotLoadMethodError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'SCM-Monticello-Loading'
!

!MCCannotLoadMethodError class methodsFor:'documentation'!

copyright
"
COPYRIGHT (c) 2021 LabWare


"
! !