Exception: Sync_m::Err::UnknownLocker

Inherits:
Sync_m::Err
  • Object
show all
Defined in:
lib/sync.rb

Constant Summary collapse

Message =
"Thread(%s) not locked."

Class Method Summary collapse

Class Method Details

.Fail(th) ⇒ Object



61
62
63
# File 'lib/sync.rb', line 61

def UnknownLocker.Fail(th)
  super(th.inspect)
end