class X::Documentable::SubtitleNotFound

Pod format related error

X::Documentable::SubtitleNotFound is Exception {}

The given $pod structure does not have a =SUBTITLE element. Remember, all =begin pod =end pod must follow the format:

=begin pod :kind("<kind>") :subkind("<subkind>") :category("<category>")
 
=TITLE title 
 
=SUBTITLE subtitle 
 
(...)
 
=end pod
 

Type Graph

Type relations for X::Documentable::SubtitleNotFound
perl6-type-graph X::Documentable::SubtitleNotFound X::Documentable::SubtitleNotFound Exception Exception X::Documentable::SubtitleNotFound->Exception Any Any Exception->Any

Expand above chart