Class: Onlylogs::Grep::TimeoutError

Inherits:
Timeout::Error
  • Object
show all
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.