module.exports = function ($, value) {
  Error.call(this);

  var spaced = $.space().toLowerCase();
  this.name = $ + 'TakenError';