constructor()

in src/base-exported-backend.ts [20:22]


  constructor(category: string, service?: string) {
    super(`The category: ${category}  ${service ? 'of service: ' + service: '' } not found.`);
  }