PHPDaemon\Exceptions\ClearStack::__construct PHP Method

__construct() public method

public __construct ( string $msg, integer $code, Generic $thread = null )
$msg string Message
$code integer Code
$thread PHPDaemon\Thread\Generic
    public function __construct($msg, $code, $thread = null)
    {
        parent::__construct($msg, $code);
        $this->thread = $thread;
    }