improve code
This commit is contained in:
@ -30,6 +30,6 @@ class d3TranslatableLazyAssertionException extends LazyAssertionException
|
||||
$message .= sprintf( "%d) %s: %s\n", $i ++, $error->getPropertyPath(), $error->getMessage() );
|
||||
}
|
||||
|
||||
return new static($message, $errors);
|
||||
return new LazyAssertionException($message, $errors);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user