UNPKG

@datalayer/core

Version:
7 lines (6 loc) 206 B
/** * Error emitted when the user tries to create more runtimes than allowed. */ export declare class MaxRuntimesExceededError extends Error { constructor(message?: string, options?: ErrorOptions); }