Exception: Sync_m::Err

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

Overview

exceptions

Defined Under Namespace

Classes: LockModeFailer, UnknownLocker

Class Method Summary (collapse)

Class Method Details

+ (Object) Fail(*opt)



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

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