PHP.nl

Exception

Exception

 is the base class for
all user exceptions.

Exception

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

codeThe exception code

fileThe filename where the exception was created

lineThe line where the exception was created

previousThe previously thrown exception

stringThe string representation of the stack trace

traceThe stack trace as an array

Documentatie