<?php

namespace Braintree\Exception;

use Braintree\Exception;

/**
 * Raised when the connection fails
 *
 * @copyright 2015 Braintree, a division of PayPal, Inc.
 */
class Connection extends Exception
{
}
