feat(blogo,plugin): recovr function for ErrorHandler
This commit is contained in:
@@ -41,5 +41,5 @@ type Sourcer interface {
|
||||
|
||||
type ErrorHandler interface {
|
||||
Plugin
|
||||
Handle(error) (handled bool)
|
||||
Handle(error) (recovr any, handled bool)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user