21stio/nodejs-queue-adapter

View on GitHub
typescript/handler/error/IErrorHandler.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface IErrorHandler {
    handle(error: Error): any;
}