t-regx/T-Regx

View on GitHub
src/CleanRegex/Exception/EmptyOptionalException.php

Summary

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

/**
 * @deprecated
 */
class EmptyOptionalException extends \RuntimeException
{
}