Exception: Sneaql::Exceptions::TransformIsLocked

Inherits:
BaseError
  • Object
show all
Defined in:
lib/sneaql_lib/exceptions.rb

Overview

Transform is locked by another process. This is a possibility when using the LockManager

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'This transform is locked by another process') ⇒ TransformIsLocked

Returns a new instance of TransformIsLocked.



44
45
46
# File 'lib/sneaql_lib/exceptions.rb', line 44

def initialize(msg = 'This transform is locked by another process')
  super
end