1: <?php 2: 3: namespace mcfedr\Paypal\Exceptions; 4: 5: /** 6: * A problem issuing a refund 7: */ 8: class RefundException extends ACKException { 9: 10: } 11: