1 <?php 2 /** 3 * @author Krzysztof Gzocha <krzysztof.gzocha@xsolve.pl> 4 */ 5 namespace Team3\PayU; 6 7 /** 8 * Class PayUException 9 * @package Team3 10 */ 11 class PayUException extends \Exception 12 { 13 } 14