class NameException
Thrown to indicate that an error occurred while attempting to hash a namespace and name
Hierarchy
- class \Ramsey\Uuid\Exception\NameException extends \RuntimeException implements \Ramsey\Uuid\Exception\UuidExceptionInterface
Expanded class hierarchy of NameException
2 files declare their use of NameException
- DefaultNameGenerator.php in vendor/
ramsey/ uuid/ src/ Generator/ DefaultNameGenerator.php - PeclUuidNameGenerator.php in vendor/
ramsey/ uuid/ src/ Generator/ PeclUuidNameGenerator.php
File
-
vendor/
ramsey/ uuid/ src/ Exception/ NameException.php, line 23
Namespace
Ramsey\Uuid\ExceptionView source
class NameException extends PhpRuntimeException implements UuidExceptionInterface {
}