# Functions
NewErrorCatcher returns a ErrorCatcher object.
NewErrorDefer return a ErrorDefer.
NewErrorManager returns a ErrorManager.
NewErrorThrower returns a ErrorThrower.
# Structs
CustomizableError is a error with a error with a customizable message.
# Interfaces
CustomError is an customized error.
No description provided by the author
ErrorCatcher defines a object responsible to catch the errors.
ErrorDefer is the definition of a object responsible to hanles errors.
No description provided by the author
ErrorThrower defines a object responsible to throws errors.