does X::Comp
Thrown when trying to augment a type which doesn't exist.
For example
use MONKEY-TYPING;augment
dies with
You tried to augment class NoSuch, but it does not exist
Methods§
method package-kind§
method package-kind(--> Str)
Returns the kind of package (class, grammar) that is being tried to augment
method package§
Returns the name that was tried to augment, but which doesn't exist.