Error::__construct

(PHP 7, PHP 8)

Error::__constructBir hata nesnesi oluşturur

Açıklama

public Error::__construct(string $message = "", int $code = 0, Throwable|null $previous = null)

Error nesnesi oluşturur.

Değiştirgeler

message

Hata iletisi.

code

Hatanın kodu.

previous

Zincirdeki önceki nesne.

Notlar

Bilginize:

message değiştirgesi ikil olarak güvenli değildir.

add a note add a note

User Contributed Notes

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