Exception: Sync_m::Err
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 |