Throwable::getPrevious
(PHP 7, PHP 8)
Throwable::getPrevious — ひとつ前の Throwable を返す
説明
abstract public Throwable::getPrevious ( ) : Throwable
ひとつ前の Throwable (たとえば Exception::__construct() の第三パラメータで指定したもの) を返します。
パラメータ
この関数にはパラメータはありません。
(PHP 7, PHP 8)
Throwable::getPrevious — ひとつ前の Throwable を返す
abstract public Throwable::getPrevious ( ) : Throwable
ひとつ前の Throwable (たとえば Exception::__construct() の第三パラメータで指定したもの) を返します。
この関数にはパラメータはありません。