<?php

namespace Braintree\Exception;

use Braintree\Exception;

/**
 * Raised when the Braintree library is not completely configured.
 *
 * @see Configuration
 */
class Configuration extends Exception
{
}
