aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ramsey/uuid/src/Exception/DateTimeException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ramsey/uuid/src/Exception/DateTimeException.php')
-rw-r--r--vendor/ramsey/uuid/src/Exception/DateTimeException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/ramsey/uuid/src/Exception/DateTimeException.php b/vendor/ramsey/uuid/src/Exception/DateTimeException.php
index dbc484045..5f0e658bf 100644
--- a/vendor/ramsey/uuid/src/Exception/DateTimeException.php
+++ b/vendor/ramsey/uuid/src/Exception/DateTimeException.php
@@ -19,6 +19,6 @@ use RuntimeException as PhpRuntimeException;
/**
* Thrown to indicate that the PHP DateTime extension encountered an exception/error
*/
-class DateTimeException extends PhpRuntimeException
+class DateTimeException extends PhpRuntimeException implements UuidExceptionInterface
{
}