modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2023-12-31 18:54:23 +04:00
parent 3f357c9d45
commit dd9a8e8256
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class ValueException extends UserException {
}
static final function null(?string $kind=null, ?string $prefix=null, ?string $message=null): self {
return new static(self::message(null, $message, $kind, $prefix, " is null"));
return new static(self::message(null, $message, $kind, $prefix, " should not be null"));
}
static final function invalid_kind($value=null, ?string $kind=null, ?string $prefix=null, ?string $message=null): self {