Class: Onlylogs::Grep::TimeoutError
- Inherits:
-
Timeout::Error
- Object
- Timeout::Error
- Onlylogs::Grep::TimeoutError
- Defined in:
- app/models/onlylogs/grep.rb
Overview
Raised when a search runs past its own timeout. It inherits from
Timeout::Error so callers that already wrap searches in Timeout.timeout
can keep a single rescue.