AssertionFailedError
class AssertionFailedError extends Exception implements SelfDescribing (View source)
Thrown when an assertion failed.
Properties
protected array | $serializableTrace | from Exception |
Methods
string
toString()
Wrapper for getMessage() which is declared as final.
Details
array
getSerializableTrace()
Returns the serializable trace (without 'args').
at line 23
string
toString()
Wrapper for getMessage() which is declared as final.