phplrt/phplrt

View on GitHub
libs/contracts/lexer/src/LexerExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Phplrt\Contracts\Lexer;

/**
 * This exception interface describing any lexer
 * errors (including internal ones).
 */
interface LexerExceptionInterface extends \Throwable {}