Class: Sync_m::Err (Ruby 2.3.4)

In Files

  • sync.rb

Parent

Methods

Sync_m::Err

exceptions

Public Class Methods

Fail(*opt)
 
               # File sync.rb, line 56
def Err.Fail(*opt)
  fail self, sprintf(self::Message, *opt)
end