Modules

ErrorException
extends Exception

Implements: Throwable

Class is not declared in a file, it is probably an internal PHP class.

Properties

protected $code

Default value:
integer 0

protected $file

Default value:
NULL

protected $line

Default value:
NULL

protected $message

Default value:
string(0) ""

protected $severity

Default value:
integer 1

Methods

public __construct( ) (defined in ErrorException)

final public getSeverity( ) (defined in ErrorException)

public __toString( ) (defined in Exception)

public __wakeup( ) (defined in Exception)

final public getCode( ) (defined in Exception)

final public getFile( ) (defined in Exception)

final public getLine( ) (defined in Exception)

final public getMessage( ) (defined in Exception)

final public getPrevious( ) (defined in Exception)

final public getTrace( ) (defined in Exception)

final public getTraceAsString( ) (defined in Exception)

final private __clone( ) (defined in Exception)