Skip to content

Commit 587c4a2

Browse files
1 parent 430c9fb commit 587c4a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Failure.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
=SUBTITLE Delayed exception
66
7-
class Failure { }
7+
class Failure is Nil { }
88
99
A C<Failure> is a I<soft> or I<unthrown> exception, usually generated by
1010
calling C<&fail>. It acts as a wrapper around an L<Exception|/type/Exception> object.
@@ -130,4 +130,4 @@ the failure as handled.
130130
131131
=end pod
132132

133-
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
133+
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)