error.NotMasterError = class extends Error {
  constructor() {
    super();

    this.name = 'NotMasterError';