Error::__construct

(No version information available, might only be in Git)

Error::__constructエラーオブジェクトを生成する

説明

public Error::__construct ([ string $message = "" [, int $code = 0 [, Throwable $previous = NULL ]]] )

エラーを生成する。

パラメータ

message

エラーメッセージ。

code

エラーコード。

previous

例外チェーンに使われる、直前のスロー可能オブジェクト。

注意

注意:

message はバイナリセーフでは ありません