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 dadf22a commit 13c9820Copy full SHA for 13c9820
doc/Programs/00-running.pod6
@@ -90,6 +90,10 @@ Causes the module loader to print debugging information to standard error.
90
91
=head2 Error Message Verbosity and Strictness
92
93
+=defn C<RAKUDO_EXCEPTIONS_HANDLER> (I<Str>; C<src/core/Exception.pm>)
94
+Specifies the name of a custom exceptions handler. For example, to load and use
95
+C<Exceptions::JSON> class, set this env var to C<JSON>
96
+
97
=defn C<RAKUDO_NO_DEPRECATIONS> (I<Bool>; C<src/core/Deprecations.pm>)
98
If true, suppresses deprecation warnings triggered by the C<is DEPRECATED> trait.
99
0 commit comments