Documentation

IException

Interface IException.

Table of Contents

Methods

__construct()  : mixed
Constructor.
__toString()  : mixed
Override that returns the string representation of the exception.
getCode()  : mixed
Returns the code associated with the exception.
getFile()  : mixed
Returns the file in which the exception occurred.
getLine()  : mixed
Returns the line at which the exception occurred.
getMessage()  : mixed
Returns the message associated with the exception.
getTrace()  : mixed
Returns a trace of the exception.
getTraceAsString()  : mixed
Returns the trace in string format.

Methods

__construct()

Constructor.

public __construct([string|null $message = null ][, int $code = 0 ]) : mixed
Parameters
$message : string|null = null
$code : int = 0

__toString()

Override that returns the string representation of the exception.

public __toString() : mixed

getCode()

Returns the code associated with the exception.

public getCode() : mixed

getFile()

Returns the file in which the exception occurred.

public getFile() : mixed

getLine()

Returns the line at which the exception occurred.

public getLine() : mixed

getMessage()

Returns the message associated with the exception.

public getMessage() : mixed

getTrace()

Returns a trace of the exception.

public getTrace() : mixed

getTraceAsString()

Returns the trace in string format.

public getTraceAsString() : mixed

        
On this page

Search results