Seditio Source
Root |
./othercms/xenForo 2.2.8/src/vendor/braintree/braintree_php/lib/Braintree/Exception/NotFound.php
<?php
namespace Braintree\Exception;

use
Braintree\Exception;

/**
 * Raised when a record could not be found.
 *
 * @package    Braintree
 * @subpackage Exception
 */
class NotFound extends Exception
{

}
class_alias('Braintree\Exception\NotFound', 'Braintree_Exception_NotFound');