AssertionError
(PHP 7, PHP 8)
Introduzione
AssertionError is thrown when
an assertion made via assert() fails.
Sommario della classe
class AssertionError
extends
Error
{
protected
string
$file = "";
}
There are no user contributed notes for this page.