(PHP 5 >= 5.1.0, PHP 7)
Exception::__construct — İstisna oluşturur
$message
= ""
[, int $code
= 0
[, Exception $previous
= NULL
]]] )İstisna oluşturur.
message
Oluşturulan istisna iletisi.
code
İstisna kodu.
previous
İstisna zincirindeki önceki istisna.
Sürüm: | Açıklama |
---|---|
5.3.0 |
previous değiştirgesi eklendi.
|