You are here

NotFound.php in Commerce Braintree 7

File

braintree_php/lib/Braintree/Exception/NotFound.php
View source
<?php

/**
 * Raised when a record coult not be found
 *
 * @package    Braintree
 * @subpackage Exception
 * @copyright  2010 Braintree Payment Solutions
 */

/**
 * Raised when a record could not be found.
 *
 * @package    Braintree
 * @subpackage Exception
 * @copyright  2010 Braintree Payment Solutions
 */
class Braintree_Exception_NotFound extends Braintree_Exception {

}

Classes

Namesort descending Description
Braintree_Exception_NotFound Raised when a record could not be found.