()
| 90 | } |
| 91 | |
| 92 | func (e *HandlerError) Unwrap() error { |
| 93 | return e.Err |
| 94 | } |
| 95 | |
| 96 | // NewHandlerError creates a new HandlerError |
| 97 | func NewHandlerError(operation ProcessorOperation, pushNotificationName, reason string, err error) *HandlerError { |
no outgoing calls