UNPKG

@hexworks/cobalt-state

Version:

State machine utility for Cobalt.

5 lines (4 loc) 219 B
import { ProgramError, ProgramErrorBase } from "@hexworks/cobalt-core"; export declare class StateTransitionError extends ProgramErrorBase<"StateTransitionError"> { constructor(from: string, cause: ProgramError); }