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