* Dariusz Rumiński * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace PhpCsFixer; /** * Exception that is thrown when PCRE function encounters an error. * * @author Kuba Werłos * * @internal */ final class PregException extends \RuntimeException {}