1: <?php 2: 3: namespace mcfedr\Paypal\Exceptions; 4: 5: /** 6: * The base of all Paypal Exceptions 7: */ 8: abstract class Exception extends \Exception { 9: 10: } 11: