Exception: Travis::Lock::Timeout
- Inherits:
-
StandardError
- Object
- StandardError
- Travis::Lock::Timeout
- Defined in:
- lib/travis/lock.rb
Instance Method Summary collapse
-
#initialize(name, options) ⇒ Timeout
constructor
A new instance of Timeout.
Constructor Details
#initialize(name, options) ⇒ Timeout
Returns a new instance of Timeout.
8 9 10 |
# File 'lib/travis/lock.rb', line 8 def initialize(name, ) super("Could not obtain lock for #{name}: #{.map { |*pair| pair.join('=') }.join(' ')}") end |