UNPKG

docutils-ts

Version:

Port of the Python Docutils library to TypeScript

10 lines (9 loc) 251 B
export default class StateCorrection extends Error { constructor(arg1, arg2) { super(); this.args = [arg1, arg2]; if (Error.captureStackTrace) { Error.captureStackTrace(this, StateCorrection); } } }