constructor()

in lib/lambda-functions/helpers/src/utilities.ts [85:87]


  constructor(public errorMessage: { message: string }) {
    super();
  }