I am trying to create my own error class
error.js
class CustomError extends Error { constructor(message, data) { super(message); this.name = \'C