1 <?php
2 /**
3 * @author Krzysztof Gzocha <krzysztof.gzocha@xsolve.pl>
4 */
5 namespace Team3\PayU\PropertyExtractor;
6
7 use Team3\PayU\PayUException;
8
9 /**
10 * Can be thrown by {@link ExtractorInterface}.
11 *
12 * Class ExtractorException
13 * @package Team3\PayU\PropertyExtractor
14 */
15 class ExtractorException extends PayUException
16 {
17 }
18