constructor()

in lib/exceptions.js [19:21]


  constructor(content) {
    super(`\n\n${content}`);
  }