Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S32::Exception] Add X::Syntax::Term::MissingInitializer
  • Loading branch information
usev6 committed Oct 20, 2014
1 parent 9282235 commit de5fbbb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions S32-setting-library/Exception.pod
Expand Up @@ -765,6 +765,14 @@ example C<rx:g/a/>).
method message() { "Adverb $.adverb not allowed on $.construct" }
}

=head3 X::Syntax::Term::MissingInitializer

Thrown when a backslash-variable is declared without initialization assignment.

my class X::Syntax::Term::MissingInitializer does X::Syntax {
method message { "Term definition requires an initializer" }
}

=head3 X::Syntax::Signature::InvocantMarker

Thrown when the invocant in a signature is anywhere else than after the
Expand Down

0 comments on commit de5fbbb

Please sign in to comment.