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



52
53
54
# File 'lib/sync.rb', line 52

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