Warning
class Warning extends Exception implements SelfDescribing (View source)
Thrown when there is a warning.
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 22
string
toString()
Wrapper for getMessage() which is declared as final.