Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
Exception | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | namespace Flow\Import\SourceStore; |
4 | |
5 | use Flow\Import\ImportException; |
6 | |
7 | /** |
8 | * A failure occurred trying to read or write to the |
9 | * permanent storage backing the SourceStoreInterface. |
10 | */ |
11 | class Exception extends ImportException { |
12 | } |