We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda32c5 commit bf0cf99Copy full SHA for bf0cf99
doc/Type/Exception.pod6
@@ -146,7 +146,7 @@ die "Important reason";
146
If the subroutine form is called without arguments, the value of
147
L«C<$!> variable|/syntax/$!» is checked. If it is set to a
148
L«C<.DEFINITE>|/language/mop#index-entry-syntax_DEFINITE-DEFINITE»
149
-value, its value will be used as the the L<Exception> to throw if it's
+value, its value will be used as the L<Exception> to throw if it's
150
of type L<Exception>, otherwise, it will be used as payload of L<X::AdHoc>
151
exception. If C<$!> is not C<.DEFINITE>, L<X::AdHoc> with string C<"Died">
152
as payload will be thrown.
0 commit comments