feat(blogo,plugin): recovr function for ErrorHandler

This commit is contained in:
Guz
2025-01-25 10:13:49 -03:00
parent 3b8b553713
commit 116c630093

View File

@@ -41,5 +41,5 @@ type Sourcer interface {
type ErrorHandler interface {
Plugin
Handle(error) (handled bool)
Handle(error) (recovr any, handled bool)
}