constructor()

in src/include-nested-stacks/base-included-stack.ts [5:7]


  constructor(logicalId: string, type: string) {
    super(`Resource ${logicalId} of type ${type} not found `);
  }