class Exception extends Exception (View source)

An generic Property related exception

Properties

protected string $referenceCode from  Exception
protected int $statusCode from  Exception

Methods

string
getReferenceCode()

Returns a code which can be communicated publicly so that whoever experiences the exception can refer to it and a developer can find more information about it in the system log.

int
getStatusCode()

Return the status code of the nested exception, if any.

Details

string getReferenceCode()

Returns a code which can be communicated publicly so that whoever experiences the exception can refer to it and a developer can find more information about it in the system log.

Return Value

string

int getStatusCode()

Return the status code of the nested exception, if any.

Return Value

int