FiberError::__construct
PHP Manual
PHP Manual»FiberError»FiberError::__construct

FiberError::__construct

(PHP 8 >= 8.1.0)

FiberError::__constructConstructor to disallow direct instantiation

Опис

public function FiberError::__construct()

Параметри

У цієї функції немає параметрів.

Помилки/виключення

Throws an Error exception when called.

To Top