UnhandledMatchError
(PHP 8)
Введение
UnhandledMatchError выбрасывается,
если субъект, переданный в выражение match, не обрабатывается ни одной из сторон
выражения match.
Обзор классов
class UnhandledMatchError
extends
Error
{
protected
string
$file = "";
}
There are no user contributed notes for this page.