class InvalidRuleError extends Error {
  constructor(message, ruleName, error) {
    super(message);
    this.name = this.constructor.name;
    Error.captureStackTrace(this, InvalidRuleError);