Exception: Rex::TimeoutError

Inherits:
Interrupt
  • Object
show all
Includes:
Exception
Defined in:
lib/rex/exceptions.rb

Overview

This exception is raised when a timeout occurs.

Instance Method Summary collapse

Instance Method Details

#to_sObject



21
22
23
# File 'lib/rex/exceptions.rb', line 21

def to_s
  "Operation timed out."
end