phplrt/phplrt

View on GitHub
libs/contracts/parser/src/ParserExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Phplrt\Contracts\Parser;

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