Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
RangeBuilderException
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2declare( strict_types = 1 );
3
4namespace Wikimedia\Parsoid\Wt2Html\PP\Processors;
5
6use RuntimeException;
7
8/**
9 * Class RangeBuilderException
10 * Thrown when a DOMRangeBuilder encounters an unexpected state
11 * @package Wikimedia\Parsoid\Wt2Html\PP\Processors
12 */
13class RangeBuilderException extends RuntimeException {
14}