# Packages
No description provided by the author
# Functions
StackTrace will print all the stack for the error.
Unwrap will unwrap an error and do type assertion to it.
Wrap shows what happens when we wrap an error.
WrappedError demonstrates error wrapping and annotating an error.
# Structs
ErrorTyped is a error we can check against.