Skip to content

prototype-better-error-handling #901

prototype-better-error-handling

prototype-better-error-handling #901

Triggered via push October 7, 2025 19:40
Status Failure
Total duration 58s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 warning
PHP 8.4: src/ErrorsException.php#L11
Escaped Mutant for Mutator "CastString": @@ @@ { private function __construct(public readonly Errors $errors) { - $this->message = (string) $errors; + $this->message = $errors; } public static function fromErrors(Errors $errors): self {