Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
InvalidDataException | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | namespace MediaWiki\Extension\SecurePoll\Exceptions; |
4 | |
5 | use RuntimeException; |
6 | |
7 | /** |
8 | * Exception class for a validation error when reading from stored election |
9 | * properties. |
10 | */ |
11 | class InvalidDataException extends RuntimeException { |
12 | } |