Exception: Tantiny::IndexWriterBusyError
- Inherits:
-
StandardError
- Object
- StandardError
- Tantiny::IndexWriterBusyError
- Defined in:
- lib/tantiny/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ IndexWriterBusyError
constructor
A new instance of IndexWriterBusyError.
Constructor Details
#initialize ⇒ IndexWriterBusyError
Returns a new instance of IndexWriterBusyError.
7 8 9 10 11 12 |
# File 'lib/tantiny/errors.rb', line 7 def initialize msg = "Failed to acquire an index writer. "\ "Is there an active index with an exclusive writer already?" super(msg) end |