19declare(strict_types=1);
23use InvalidArgumentException;
35 throw new InvalidArgumentException(
'certificate_id cannot be empty.');
39 throw new InvalidArgumentException(sprintf(
40 'certificate_id must be a valid UUID. UUID must be %s characters long.',
46 throw new InvalidArgumentException(sprintf(
47 'certificate_id must be a valid UUID. UUID must contain %s "-" characters.',
48 self::UUID_SEPARATOR_COUNT
__construct(string $certificate_id)
readonly string $certificate_id
const UUID_SEPARATOR_COUNT