UrlValidationError
final class UrlValidationError (View source)
Provides details about errors that were detected when parsing a URL with Uri\WhatWg\Url.
Properties
| string | $context | ||
| UrlValidationErrorType | $type | ||
| bool | $failure |
Methods
__construct(string $context, UrlValidationErrorType $type, bool $failure)
Construct a UrlValidationError object
Details
__construct(string $context, UrlValidationErrorType $type, bool $failure)
Construct a UrlValidationError object
Constructs a Uri\WhatWg\UrlValidationError object.