Handbook
Glossary
not-in-a-method-error ( -- * )
Vocabulary
generic
.
parser
Definition
IN:
generic.parser
ERROR:
not-in-a-method-error
;
Methods
USING:
generic.parser
kernel
summary
;
M:
not-in-a-method-error
summary
drop
"call-next-method can only be called in a method definition"
;