MenuItemConditionNotSupportedException
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 1
Duplicated Lines 0 %

Test Coverage

Coverage 0%

Importance

Changes 1
Bugs 0 Features 1
Metric Value
dl 0
loc 1
ccs 0
cts 0
cp 0
c 1
b 0
f 1
eloc 1
wmc 0
1
<?php
2
declare(strict_types=1);
3
4
namespace Nexendrie\Menu;
5
6
/**
7
 * MenuItemConditionNotSupportedException
8
 *
9
 * @author Jakub Konečný
10
 */
11
class MenuItemConditionNotSupportedException extends \OutOfBoundsException {
12
  
13
}
14
?>