Exception: Sync_m::Err
- Inherits:
-
StandardError
- Object
- StandardError
- Sync_m::Err
- Defined in:
- lib/sync.rb
Overview
exceptions
Direct Known Subclasses
Defined Under Namespace
Classes: LockModeFailer, UnknownLocker
Class Method Summary collapse
Class Method Details
.Fail(*opt) ⇒ Object
56 57 58 |
# File 'lib/sync.rb', line 56 def Err.Fail(*opt) fail self, sprintf(self::Message, *opt) end |