BigNumbersError
last analyzed

Size/Duplication

Total Lines 3
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
c 0
b 0
f 0
dl 0
loc 3
1
<?php
2
3
namespace Litipk\BigNumbers\Errors;
4
5
use Throwable;
6
7
interface BigNumbersError extends Throwable
8
{
9
}
10