GPhpThreadException
extends Exception
in package
Exception thrown by GPhpThreads components
Table of Contents
Methods
- __construct() : mixed
- Constructor.
Methods
__construct()
Constructor.
public
__construct(string $msg[, int $code = 0 ][, Exception $previous = NULL ]) : mixed
Parameters
- $msg : string
-
Exception message.
- $code : int = 0
-
Exception code number.
- $previous : Exception = NULL
-
The previous exception used for the exception chaining.