function ModuleDependencyNotMet(message) {
  Error.call(this);
  Error.captureStackTrace(this, this.constructor);

  this.name    = this.constructor.name;