Skip to content

Commit f6224bc

Browse files
committed
Update doc on RAKU_EXCEPTIONS_HANDLER
1 parent 92b7534 commit f6224bc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/Programs/03-environment-variables.pod6

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,17 @@ error.
3030
3131
=head2 Error message verbosity and strictness
3232
33+
X<|RAKU_EXCEPTIONS_HANDLER>
3334
X<|PERL6_EXCEPTIONS_HANDLER>
34-
=item C<PERL6_EXCEPTIONS_HANDLER>
35+
=item C<RAKU_EXCEPTIONS_HANDLER>
3536
3637
If present, the C<print_exception> routine
3738
will use a class of that name to process the exception for output. Rakudo
3839
currently ships with C<Exceptions::JSON> (invoked by setting this variable to
3940
C<JSON>), to override the default output. B<NOTE:> this env var was added in
40-
version 6.d. Early implementation has been available in Rakudo compiler as of
41-
version 2018.08, and before that it was available as
42-
C<RAKUDO_EXCEPTIONS_HANDLER>.
41+
version 6.e. Early implementation has been available in Rakudo compiler
42+
as of version 2019.12, and before that it was available as
43+
C<PERL6_EXCEPTIONS_HANDLER>.
4344
4445
X<|RAKUDO_NO_DEPRECATIONS>
4546
=item C<RAKUDO_NO_DEPRECATIONS>

0 commit comments

Comments
 (0)