class X::Package::Stubbed does X::Comp { }

Thrown at CHECK time when there are packages stubbed but not later defined.

For example

class A { ... }     # literal ... 
class B { ... }     # literal ... 

dies with

===SORRY!===
The following packages were stubbed but not defined:
    A
    B

Methods§

method packages§

method packages(--> Positional:D)

Returns a list of packages that were stubbed but not defined.

Typegraph§

Type relations for X::Package::Stubbed
raku-type-graph X::Package::Stubbed X::Package::Stubbed Exception Exception X::Package::Stubbed->Exception X::Comp X::Comp X::Package::Stubbed->X::Comp Mu Mu Any Any Any->Mu Exception->Any X::Comp->Exception

Expand chart above