Exception: Sync_m::Err
| Relationships & Source Files | |
| Namespace Children | |
| Exceptions: | |
| Extension / Inclusion / Inheritance Descendants | |
| Subclasses: | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          StandardError
         | |
| Instance Chain: 
          self,
          StandardError
         | |
| Inherits: | StandardError 
 | 
| Defined in: | lib/sync.rb | 
Overview
exceptions
Class Method Summary
Class Method Details
Fail(*opt)
[ GitHub ]# File 'lib/sync.rb', line 55
def Err.Fail(*opt) fail self, sprintf(self::Message, *opt) end