Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler() contracts.ExceptionHandler
Types ¶
type ExceptionHandler ¶
type ExceptionHandler struct {
// contains filtered or unexported fields
}
func (*ExceptionHandler) Handle ¶
func (handler *ExceptionHandler) Handle(exception contracts.Exception) any
func (*ExceptionHandler) Report ¶
func (handler *ExceptionHandler) Report(exception contracts.Exception)
func (*ExceptionHandler) ShouldReport ¶
func (handler *ExceptionHandler) ShouldReport(exception contracts.Exception) bool
Click to show internal directories.
Click to hide internal directories.