Error thrown when a storage provider does not support a particular operation. This custom error provides clear information about which operation was attempted and which provider doesn't support it.
Creates a new UnsupportedOperationError instance.
The name of the method that is not supported
The name of the storage provider that doesn't support the method
Optional
Static
Optional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Create .stack property on a target object
Error thrown when a storage provider does not support a particular operation. This custom error provides clear information about which operation was attempted and which provider doesn't support it.