t-regx/T-Regx

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

Summary

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

/**
 * @deprecated
 */
class ReplacementExpectationFailedException extends \RuntimeException implements PatternException
{
}