Versions in this module Expand all Collapse all v1 v1.0.1 Apr 8, 2022 Changes in this version + const CODE + const WHAT + var ExceptionName = reflect.TypeOf(Exception{}).Name() + type Exception struct + Elog log.Messages + func New(parent PARENT, message log.Message) *Exception + func (e *Exception) AppendLog(l log.Message) + func (e Exception) Callback(f interface{}) bool + func (e Exception) Code() int64 + func (e Exception) DetailMessage() string + func (e Exception) GetLog() log.Messages + func (e Exception) MarshalJSON() ([]byte, error) + func (e Exception) Name() string + func (e Exception) String() string + func (e Exception) TopMessage() string + func (e Exception) What() string + type PARENT interface