Exception: Sync_m::Err

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

Overview

exceptions

Direct Known Subclasses

LockModeFailer, UnknownLocker

Defined Under Namespace

Classes: LockModeFailer, UnknownLocker

Class Method Summary collapse

Class Method Details

.Fail(*opt) ⇒ Object



55
56
57
# File 'lib/sync.rb', line 55

def Err.Fail(*opt)
  fail self, sprintf(self::Message, *opt)
end