class Sync_m::Err
exceptions
Public Class Methods
Source
# File lib/sync.rb, line 52 def Err.Fail(*opt) fail self, sprintf(self::Message, *opt) end
exceptions
# File lib/sync.rb, line 52 def Err.Fail(*opt) fail self, sprintf(self::Message, *opt) end