Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
class AioredlockError(Exception):
"""
Base exception for aioredlock
"""
class LockError(AioredlockError):
"""
Error in acquiring or releasing the lock