We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6c536 commit c00e6fcCopy full SHA for c00e6fc
lib/elixir/lib/kernel/special_forms.ex
@@ -715,7 +715,7 @@ defmodule Kernel.SpecialForms do
715
Returns the stacktrace for the currently handled exception.
716
717
It is available only in the `catch` and `rescue` clauses of `try/1`
718
- expressions.
+ expressions and function definitions.
719
720
To retrieve the stacktrace of the current process, use
721
`Process.info(self(), :current_stacktrace)` instead.
0 commit comments