UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

5 lines 204 B
export class WizardStepNotFound extends Error { public constructor() { super('Wizard step not found. Are you sure that the parent <p-wizard> was given a step with the kebab case title given?') } }