Throwable::__toString
PHP Manual
PHP Manual»Throwable»Throwable::__toString

Throwable::__toString

(PHP 7, PHP 8)

Throwable::__toStringGets a string representation of the thrown object

Опис

public function Throwable::__toString(): string

Параметри

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

Значення, що повертаються

Returns the string representation of the thrown object.

Прогляньте також

To Top