AssertionError
(PHP 7, PHP 8)
Introdução
AssertionError é lançada
quando uma afirmação feita por meio da função assert() falha.
Sinopse da classe
class AssertionError
extends
Error
{
protected
string
$file = "";
}
There are no user contributed notes for this page.