Documentation
¶
Index ¶
- type Exception
- func (e *Exception) GetCode() int
- func (e *Exception) GetFile() string
- func (e *Exception) GetLine() int
- func (e *Exception) GetMessage() string
- func (e *Exception) GetPrevious() *Throwable
- func (e *Exception) GetTrace() []string
- func (e *Exception) GetTraceAsString() string
- func (e *Exception) HandleException(ctx context.Context, action string, args ...interface{})
- type Throwable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exception ¶
type Exception struct {
}
func (*Exception) GetMessage ¶
func (*Exception) GetPrevious ¶
func (*Exception) GetTraceAsString ¶
Click to show internal directories.
Click to hide internal directories.