exceptions
[Source]
# File lib/sync.rb, line 56 56: def Err.Fail(*opt) 57: fail self, sprintf(self::Message, *opt) 58: end
[Validate]