Skip to content

Commit

Permalink
X::NYI is really a class
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 17, 2012
1 parent be2490f commit fe14bc6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions S32-setting-library/Exception.pod
Expand Up @@ -17,8 +17,8 @@ Authors of previous versions of this document:

Created: 26 Feb 2009

Last Modified: 2 August 2012
Version: 13
Last Modified: 17 August 2012
Version: 14

The document is a draft.

Expand Down Expand Up @@ -178,8 +178,9 @@ Thrown when C<chmod> fails.

=head2 X::NYI

role X::NYI {
class X::NYI is Exception {
has $.feature;
method message() { "$.feature is not yet implemented. Sorry. " }
}

For errors that stem from incomplete implementations of the Perl 6 language.
Expand Down

0 comments on commit fe14bc6

Please sign in to comment.