phplrt/phplrt

View on GitHub
libs/lexer/src/Exception/MultistateLexerExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Phplrt\Lexer\Exception;

use Phplrt\Contracts\Lexer\LexerExceptionInterface;

interface MultistateLexerExceptionInterface extends LexerExceptionInterface {}