UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

10 lines (9 loc) 262 B
export default class TransitionCorrection extends Error { constructor(stateName) { super(); this.stateName = stateName; if (Error.captureStackTrace) { Error.captureStackTrace(this, TransitionCorrection); } } }