prototype-better-error-handling #901
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
{
|