Uri\WhatWg\InvalidUrlException::__construct

(PHP 8 >= 8.5.0)

Uri\WhatWg\InvalidUrlException::__construct — InvalidUrlException オブジェクトを構築する

説明

public function Uri\WhatWg\InvalidUrlException::__construct(
    string $message = "",
    array $errors = [],
    int $code = 0,
    ?Throwable $previous = null
)

Uri\WhatWg\InvalidUrlException オブジェクトを構築します。

パラメータ

message
例外メッセージ。
errors
Uri\WhatWg\UrlValidationError オブジェクトの array。
code
例外コード。
previous
例外チェーン用の直前の例外。
+add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top