# Functions
Cause returns the original cause of the error stack.
New creates a new error.
Panicked wraps panick errow with extra details of error.
Stack add current code location without adding more info.
StackN add code location of N steps before without adding more info.
Wrap existing error with additional text.