Error
Error is the base class for all internal PHP errors.
Intro
Error is the base class for all internal PHP errors.
Class synopsis
Properties
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
Construct Getmessage Getprevious Getcode Getfile Getline Gettrace Gettraceasstring Tostring Clone