Exception: Sneaql::Exceptions::TransformIsLocked
- 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
-
#initialize(msg = 'This transform is locked by another process') ⇒ TransformIsLocked
constructor
A new instance of TransformIsLocked.
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 |