File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,17 @@ error.
30
30
31
31
= head2 Error message verbosity and strictness
32
32
33
+ X < |RAKU_EXCEPTIONS_HANDLER >
33
34
X < |PERL6_EXCEPTIONS_HANDLER >
34
- = item C < PERL6_EXCEPTIONS_HANDLER >
35
+ = item C < RAKU_EXCEPTIONS_HANDLER >
35
36
36
37
If present, the C < print_exception > routine
37
38
will use a class of that name to process the exception for output. Rakudo
38
39
currently ships with C < Exceptions::JSON > (invoked by setting this variable to
39
40
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 > .
43
44
44
45
X < |RAKUDO_NO_DEPRECATIONS >
45
46
= item C < RAKUDO_NO_DEPRECATIONS >
You can’t perform that action at this time.
0 commit comments