Skip to content

Commit

Permalink
[S32::Exception] X::AdHoc naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Feb 11, 2012
1 parent 0c822b5 commit d28c8ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions S32-setting-library/Exception.pod
Expand Up @@ -18,8 +18,8 @@ Authors of previous versions of this document:

Created: 26 Feb 2009

Last Modified: 08 January 2012
Version: 6
Last Modified: 11 February 2012
Version: 7

The document is a draft.

Expand Down Expand Up @@ -115,7 +115,8 @@ $<bad> instead >>.
=head2 X::AdHoc

class X::AdHoc is Exception {
has $.message;
has $.payload handles <Str Numeric>;
method message() { $.payload.Str }
}

If you call C<&die> with non-C<Exception> arguments, what the user finds
Expand Down

0 comments on commit d28c8ef

Please sign in to comment.