The Uri\WhatWg\UrlValidationError classIntroductionProvides details about errors that were detected when parsing a URL with Uri\WhatWg\Url. Class synopsisUri\WhatWg
final
readonly
UrlValidationError
/* Properties */
public
string
$context;
public
Uri\WhatWg\UrlValidationErrorType
$type;
public
bool
$failure;
/* Methods */
public Uri\WhatWg\UrlValidationError::__construct(string
$context, Uri\WhatWg\UrlValidationErrorType $type, bool $failure)Properties
|