aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ramsey/uuid/src/Exception/DceSecurityException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ramsey/uuid/src/Exception/DceSecurityException.php')
-rw-r--r--vendor/ramsey/uuid/src/Exception/DceSecurityException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/ramsey/uuid/src/Exception/DceSecurityException.php b/vendor/ramsey/uuid/src/Exception/DceSecurityException.php
index a65f80cd4..e6d800136 100644
--- a/vendor/ramsey/uuid/src/Exception/DceSecurityException.php
+++ b/vendor/ramsey/uuid/src/Exception/DceSecurityException.php
@@ -20,6 +20,6 @@ use RuntimeException as PhpRuntimeException;
* Thrown to indicate an exception occurred while dealing with DCE Security
* (version 2) UUIDs
*/
-class DceSecurityException extends PhpRuntimeException
+class DceSecurityException extends PhpRuntimeException implements UuidExceptionInterface
{
}