Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. InvalidUuidStringException.php

class InvalidUuidStringException

Thrown to indicate that the string received is not a valid UUID

The InvalidArgumentException that this extends is the ramsey/uuid version of this exception. It exists in the same namespace as this class.

Hierarchy

  • class \Ramsey\Uuid\Exception\InvalidArgumentException extends \InvalidArgumentException implements \Ramsey\Uuid\Exception\UuidExceptionInterface
    • class \Ramsey\Uuid\Exception\InvalidUuidStringException extends \Ramsey\Uuid\Exception\InvalidArgumentException implements \Ramsey\Uuid\Exception\UuidExceptionInterface

Expanded class hierarchy of InvalidUuidStringException

2 files declare their use of InvalidUuidStringException
StringCodec.php in vendor/ramsey/uuid/src/Codec/StringCodec.php
TimestampFirstCombCodec.php in vendor/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php

File

vendor/ramsey/uuid/src/Exception/InvalidUuidStringException.php, line 23

Namespace

Ramsey\Uuid\Exception
View source
class InvalidUuidStringException extends InvalidArgumentException implements UuidExceptionInterface {

}
RSS feed
Powered by Drupal