Uri\WhatWg\InvalidUrlException::__construct

Construct an InvalidUrlException object

説明

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

Constructs a Uri\WhatWg\InvalidUrlException object.

パラメータ

message
Exception message.
errors
An array of Uri\WhatWg\UrlValidationError objects.
code
Exception code.
previous
The previous exception used for exception chaining.