UnhandledMatchError
(PHP 8)
Introduzione
An UnhandledMatchError is thrown
when the subject passed to a match expression is not handled by any arm
of the match expression.
Sommario della classe
class UnhandledMatchError
extends
Error
{
}
There are no user contributed notes for this page.