Class: Filelock::ExecTimeout

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

Instance Method Summary collapse

Instance Method Details

#messageObject



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

def message
  "Didn't finish executing Filelock block within the timeout specified."
end