PHP.nl

Error

Error

 is the base class for all
internal PHP errors.

Error

Throwable``string``message``""``string``string``""``int``code``string``file``""``int``line``array``trace``[]``Throwablenull``previous``null``messageThe error message

codeThe error code

fileThe filename where the error happened

lineThe line where the error happened

previousThe previously thrown exception

stringThe string representation of the stack trace

traceThe stack trace as an array

Documentatie