from

open fun from(source: Any): Origin

Find the Origin that an object originated from. Checks if the source object is an Origin or OriginProvider and also searches exception stacks.

Return

an optional Origin

Parameters

source

the source object or null