update page now

Uri\WhatWg\InvalidUrlException::__construct

(PHP 8 >= 8.5.0)

Uri\WhatWg\InvalidUrlException::__constructConstruct an InvalidUrlException object

Beschreibung

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

Constructs a Uri\WhatWg\InvalidUrlException object.

Parameter-Liste

message
Exception message.
errors
An Array of Uri\WhatWg\UrlValidationError objects.
code
Exception code.
previous
The previous exception used for exception chaining.
add a note

User Contributed Notes

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