class Exception extends Exception (View source)

deprecated This class is now also available in Inphinit\Exception, it is kept in Experimental only for backwards compatibility, however for new codes prefer to adjust the namespace, the methods and operation remain the same

Methods

void
__construct(string $message = null, int $trace = 0, int $code = 0)

Raise an exception

from Exception

Details

void __construct(string $message = null, int $trace = 0, int $code = 0)

Raise an exception

Parameters

string $message
int $trace
int $code

Return Value

void