Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Doc RAKUDO_EXCEPTIONS_HANDLER
  • Loading branch information
zoffixznet committed Dec 19, 2016
1 parent dadf22a commit 13c9820
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/Programs/00-running.pod6
Expand Up @@ -90,6 +90,10 @@ Causes the module loader to print debugging information to standard error.
=head2 Error Message Verbosity and Strictness
=defn C<RAKUDO_EXCEPTIONS_HANDLER> (I<Str>; C<src/core/Exception.pm>)
Specifies the name of a custom exceptions handler. For example, to load and use
C<Exceptions::JSON> class, set this env var to C<JSON>
=defn C<RAKUDO_NO_DEPRECATIONS> (I<Bool>; C<src/core/Deprecations.pm>)
If true, suppresses deprecation warnings triggered by the C<is DEPRECATED> trait.
Expand Down

1 comment on commit 13c9820

@coke
Copy link
Collaborator

@coke coke commented on 13c9820 Dec 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, there are tickets for moving existing RAKUDO* env vars to: https://github.com/rakudo/rakudo/wiki/dev-env-vars

Please sign in to comment.