Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
FluxxRequestException | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
1 | <?php |
2 | declare( strict_types=1 ); |
3 | |
4 | namespace MediaWiki\Extension\WikimediaCampaignEvents\Grants\Exception; |
5 | |
6 | use Exception; |
7 | |
8 | /** |
9 | * Generic exception thrown when HTTP requests to Fluxx fail. |
10 | */ |
11 | class FluxxRequestException extends Exception { |
12 | |
13 | } |