NotFound.php in Commerce Braintree 7
File
braintree_php/lib/Braintree/Exception/NotFound.phpView 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
Name | Description |
---|---|
Braintree_Exception_NotFound | Raised when a record could not be found. |