Icicle\Concurrent\Exception\WorkerException::__construct PHP Method

__construct() public method

public __construct ( string $message, Throwable $previous = null )
$message string
$previous Throwable
    public function __construct(string $message, \Throwable $previous = null)
    {
        parent::__construct($message, 0, $previous);
    }
WorkerException