Lupa API Reference / assert/types / AnyErrorConstructor
Type Alias: AnyErrorConstructor
AnyErrorConstructor = (...
args) =>Error
Defined in: src/assert/types.ts:86
A more flexible error constructor than ErrorConstructor type that allows custom error classes with any constructor signature
Parameters
args
...any[]
Returns
Error