Exception: Sync_m::Err
- Inherits:
 - 
      StandardError
      
        
- Object
 - StandardError
 - Sync_m::Err
 
 
- Defined in:
 - lib/sync.rb
 
Overview
exceptions
Direct Known Subclasses
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  |