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