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

    this.name = 'MachineNotFoundError';