Skip to content

Commit

Permalink
[S32::Exception] Add X::Syntax::AddCategorial::MissingSeparator
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Jan 1, 2015
1 parent 9b2b9cb commit 8969a74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions S32-setting-library/Exception.pod
Expand Up @@ -768,6 +768,15 @@ Thrown when a backslash-variable is declared without initialization assignment.
method message { "Term definition requires an initializer" }
}

=head3 X::Syntax::AddCategorial::MissingSeparator

Thrown when a circumfix operator is defined without separator between opening and closing terminators.

my class X::Syntax::AddCategorial::MissingSeparator does X::Syntax {
has $.opname;
method message { "Unable to identify both starter and stopper from $.opname\nPerhaps you forgot to separate them with whitespace?" }
}

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

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

0 comments on commit 8969a74

Please sign in to comment.