Type Alias ErrorClass

ErrorClass: (new (...args: any[]) => Error)

A type representing a class that extends Error.