W3cubDocs

/Ruby 2.4

class Sync_m::Err::UnknownLocker

Parent:
Sync_m::Err

Constants

Message

Public Class Methods

Fail(th) Show source
Calls superclass method Sync_m::Err::Fail
# File lib/sync.rb, line 61
def UnknownLocker.Fail(th)
  super(th.inspect)
end

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