<?php

namespace Braintree\Exception;

use Braintree\Exception;

/**
 * Raised from non-validating methods when gateway validations fail.
 */
class ValidationsFailed extends Exception
{
}
