errors.TransportError = function(msg) {
  errors.BaseError.call(this, msg);
  this.name = 'AmqpTransportError';
};