class NodeException
Thrown to indicate that attempting to fetch or create a node ID encountered an error
Hierarchy
- class \Ramsey\Uuid\Exception\NodeException extends \RuntimeException implements \Ramsey\Uuid\Exception\UuidExceptionInterface
Expanded class hierarchy of NodeException
2 files declare their use of NodeException
- FallbackNodeProvider.php in vendor/
ramsey/ uuid/ src/ Provider/ Node/ FallbackNodeProvider.php - SystemNodeProvider.php in vendor/
ramsey/ uuid/ src/ Provider/ Node/ SystemNodeProvider.php
File
-
vendor/
ramsey/ uuid/ src/ Exception/ NodeException.php, line 22
Namespace
Ramsey\Uuid\ExceptionView source
class NodeException extends PhpRuntimeException implements UuidExceptionInterface {
}