class Qyu::Errors::LockNotAcquired

Qyu::Errors::LockNotAcquired

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/qyu/errors/lock_not_acquired.rb, line 7
def initialize
  super('Lock was not acquired.')
end