The Uri\WhatWg\UrlValidationError class

はじめに

Provides details about errors that were detected when parsing a URL with Uri\WhatWg\Url.

クラス概要

Uri\WhatWg
final readonly UrlValidationError
/* プロパティ */
public string $context;
public Uri\WhatWg\UrlValidationErrorType $type;
public bool $failure;
/* メソッド */
public Uri\WhatWg\UrlValidationError::__construct(string $context, Uri\WhatWg\UrlValidationErrorType $type, bool $failure)

プロパティ

context
The input URL at the point where the error was detected.
type
The type of error.
failure
If true the error caused the URL to be rejected as invalid. If false the error is a soft error that was automatically corrected during parsing.
目次