Exception: Rex::TimeoutError
- Inherits:
-
Interrupt
- Object
- Interrupt
- Rex::TimeoutError
- 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_s ⇒ Object
21 22 23 |
# File 'lib/rex/exceptions.rb', line 21 def to_s "Operation timed out." end |