t-regx/T-Regx

View on GitHub
src/CleanRegex/Internal/Numeral/NumeralFormatException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace TRegx\CleanRegex\Internal\Numeral;

class NumeralFormatException extends \Exception
{
}