Exception.php 231 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php namespace Braintree; /** * super class for all Braintree exceptions * * @package Braintree * @subpackage Exception */ class Exception extends \Exception { } class_alias('Braintree\Exception', 'Braintree_Exception');