Sha256: 8477da0f7c28e510a8016812960d9c80c31481c8312092a06fbda8bcbc6c0ee8
Contents?: true
Size: 215 Bytes
Versions: 4
Compression:
Stored size: 215 Bytes
Contents
# frozen_string_literal: true module Qyu module Errors # Qyu::Errors::LockNotAcquired class LockNotAcquired < Base def initialize super('Lock was not acquired.') end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
qyu-1.1.0 | lib/qyu/errors/lock_not_acquired.rb |
qyu-1.0.2 | lib/qyu/errors/lock_not_acquired.rb |
qyu-1.0.1 | lib/qyu/errors/lock_not_acquired.rb |
qyu-1.0.0 | lib/qyu/errors/lock_not_acquired.rb |