Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
PageUpdateException
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2/**
3 * @license GPL-2.0-or-later
4 * @file
5 */
6
7namespace MediaWiki\Storage;
8
9use RuntimeException;
10
11/**
12 * Exception representing a failure to update a page entry.
13 *
14 * @newable
15 * @since 1.32
16 */
17class PageUpdateException extends RuntimeException {
18
19}