phplrt/phplrt

View on GitHub
libs/parser/src/Exception/BufferExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Phplrt\Parser\Exception;

use Phplrt\Contracts\Parser\ParserExceptionInterface;

interface BufferExceptionInterface extends ParserExceptionInterface {}