[Source]
# File lib/syncache_sync_patch.rb, line 7 def Err.Fail(*opt) Thread.critical = false fail self, sprintf(self::Message, *opt) end
[Validate]