Throwable::getCode
Throwable::getLine
Throwable
PHP Manual
Throwable::getFile
(PHP 7)
Throwable::getFile
—
例外が発生したファイル名を取得する
説明
abstract
public
string
Throwable::getFile
(
void
)
オブジェクトがスローされたファイルの名前を返します。
パラメータ
この関数にはパラメータはありません。
返り値
オブジェクトがスローされたファイルの名前を返します。
参考
Exception::getFile()
- 例外が発生したファイルを取得する
Throwable::getCode
Throwable::getLine
Throwable
PHP Manual