Skip to content

Commit 52e5aec

Browse files
committed
Actualize compiler with parser contracts
1 parent a8ec665 commit 52e5aec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/RuntimeExceptionInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
use Phplrt\Contracts\Lexer\TokenInterface;
88
use Phplrt\Contracts\Source\ReadableInterface;
99

10+
/**
11+
* @deprecated since phplrt 3.6 and will be removed in 4.0, please use specific
12+
* exception interfaces instead.
13+
*/
1014
interface RuntimeExceptionInterface extends \Throwable
1115
{
1216
public function getToken(): TokenInterface;

0 commit comments

Comments
 (0)