class Sync_m::Err

Parent:
StandardError

exceptions

Public Class Methods

Fail(*opt) Show source
# File lib/sync.rb, line 55
def Err.Fail(*opt)
  fail self, sprintf(self::Message, *opt)
end

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.