You are here

class Braintree_Exception_NotFound in Commerce Braintree 7

Raised when a record could not be found.

@package Braintree @subpackage Exception @copyright 2010 Braintree Payment Solutions

Hierarchy

Expanded class hierarchy of Braintree_Exception_NotFound

9 string references to 'Braintree_Exception_NotFound'
Braintree_AddressTest::testDelete in braintree_php/tests/integration/AddressTest.php
Braintree_AddressTest::testFind_whenNotFound in braintree_php/tests/integration/AddressTest.php
Braintree_CreditCardTest::testDelete_deletesThePaymentMethod in braintree_php/tests/integration/CreditCardTest.php
Braintree_CreditCardTest::testFind_throwsIfCannotBeFound in braintree_php/tests/integration/CreditCardTest.php
Braintree_CustomerTest::testDelete_deletesTheCustomer in braintree_php/tests/integration/CustomerTest.php

... See full list

File

braintree_php/lib/Braintree/Exception/NotFound.php, line 17

View source
class Braintree_Exception_NotFound extends Braintree_Exception {

}

Members