Kernel.throw

You're seeing just the function throw, go back to Kernel module for more information.

Specs

throw(term()) :: no_return()

A non-local return from a function.

Check Kernel.SpecialForms.try/1 for more information.

Inlined by the compiler.