UnhandledMatchError
(PHP 8)
Einführung
An UnhandledMatchError is thrown
when the subject passed to a match expression is not handled by any arm
of the match expression.
Klassenbeschreibung
class UnhandledMatchError
extends
Error
{
protected
string
$file = "";
}
There are no user contributed notes for this page.