Throwable
PHP Manual

Throwable::getMessage

(PHP 7)

Throwable::getMessageGets the message

설명

abstract public string Throwable::getMessage ( void )

Returns the message associated with the thrown object.

인수

이 함수는 인수가 없습니다.

반환값

Returns the message associated with the thrown object.

참고


Throwable
PHP Manual