Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
100.00% |
1 / 1 |
CRAP | ||||||
ExtractorException | |
100.00% |
1 / 1 |
0 |
<?php | |
/** | |
* @author Krzysztof Gzocha <krzysztof.gzocha@xsolve.pl> | |
*/ | |
namespace Team3\PayU\PropertyExtractor; | |
use Team3\PayU\PayUException; | |
/** | |
* Can be thrown by {@link ExtractorInterface}. | |
* | |
* Class ExtractorException | |
* @package Team3\PayU\PropertyExtractor | |
*/ | |
class ExtractorException extends PayUException | |
{ | |
} |