Error::__construct

(No version information available, might only be in Git)

Error::__constructTworzy obiekt błędu

Opis

public Error::__construct ([ string $message = "" [, int $code = 0 [, Throwable $previous = NULL ]]] )

Tworzy obiekt klasy Error.

Parametry

message

Wiadomość błędu.

code

Kod błędu.

previous

Poprzedni obiekt możliwy do rzucenia, używane do chainowania błędów.

Notatki

Informacja:

Parametr message NIE jest bezpieczny binarnie.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top