diff options
Diffstat (limited to 'vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php')
| -rw-r--r-- | vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php b/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php index 864e8404fd..14f747bea7 100644 --- a/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php +++ b/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php @@ -24,6 +24,7 @@ interface NodeProviderInterface * Returns the system node ID * * @return string System node ID as a hexadecimal string + * @throws \Exception if it was not possible to gather sufficient entropy */ public function getNode(); } |
