Error
(PHP 7)
はじめに
Error は、PHP のすべての内部エラーの基底クラスです。
クラス概要
プロパティ
- message
-
エラーメッセージ
- code
-
エラーコード
- file
-
エラーが発生したファイル名
- line
-
エラーが発生した行番号
目次
- Error::__construct — エラーオブジェクトを生成する
- Error::getMessage — エラーメッセージを取得する
- Error::getPrevious — 直前の Throwable を返す
- Error::getCode — Gets the error code
- Error::getFile — Gets the file in which the error occurred
- Error::getLine — Gets the line in which the error occurred
- Error::getTrace — Gets the stack trace
- Error::getTraceAsString — Gets the stack trace as a string
- Error::__toString — String representation of the error
- Error::__clone — エラーをクローンする