AssertionError
(PHP 7, PHP 8)
Introduction
AssertionError is thrown when
an assertion made via assert() fails.
Class synopsis
class AssertionError
extends
Error
{
/* Inherited properties */
/* Inherited methods */
}
There are no user contributed notes for this page.