aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php')
-rw-r--r--vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php b/vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php
index d074f45fd..8f45e5836 100644
--- a/vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php
+++ b/vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php
@@ -14,11 +14,9 @@ declare(strict_types=1);
namespace Ramsey\Collection\Exception;
-use RuntimeException;
-
/**
* Thrown to indicate that the requested operation is not supported.
*/
-class UnsupportedOperationException extends RuntimeException implements CollectionException
+class UnsupportedOperationException extends \RuntimeException
{
}