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



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

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