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
3namespace MediaWiki\Extension\SecurePoll\Exceptions;
4
5use RuntimeException;
6
7/**
8 * Exception class for a validation error when reading from stored election
9 * properties.
10 */
11class InvalidDataException extends RuntimeException {
12}