Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
InvalidTreeidException
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3/**
4 * @author: Doug Wilbourne (dougwilbourne@gmail.com)
5 */
6declare(strict_types=1);
7
8
9namespace pvc\struct\tree\err;
10
11use pvc\err\stock\LogicException;
12use Throwable;
13
14/**
15 * Class InvalidTreeidException
16 */
17class InvalidTreeidException extends LogicException
18{
19}