UNPKG

camunda-modeler

Version:

Camunda Modeler for BPMN, DMN and CMMN, based on bpmn.io

8 lines (5 loc) 137 B
'use strict'; function needsOverride() { return new Error('need to implement this in a subclass'); } module.exports = needsOverride;