Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds clarification fixes #1770
  • Loading branch information
JJ committed Jun 8, 2019
1 parent e24ef2b commit c076657
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/Type/Exception.pod6
Expand Up @@ -45,8 +45,9 @@ Defined as:
method backtrace(Exception:D:)
Returns the backtrace associated with the exception or an empty string if there
is none. Only makes sense on exceptions that have been thrown at least once.
Returns the backtrace associated with the exception in a
L<C<Backtrace>|/type/Backtrace> object or an empty string if there is none. Only
makes sense on exceptions that have been thrown at least once.
try die "Something bad happened";
with $! { .backtrace.print ; }
Expand Down

0 comments on commit c076657

Please sign in to comment.