Class: Filelock::WaitTimeout

Inherits:
Timeout::Error
  • Object
show all
Defined in:
lib/filelock/wait_timeout.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/filelock/wait_timeout.rb', line 3

def message
  "Unable to acquire a file lock within the wait timeout specified."
end