Class: Mongo::Error::ExtraFileChunk
- Inherits:
-
Error
- Object
- Error
- Mongo::Error::ExtraFileChunk
- Defined in:
- lib/mongo/error/extra_file_chunk.rb
Overview
Raised if an extra chunk is found.
Instance Method Summary collapse
-
#initialize ⇒ ExtraFileChunk
constructor
Create the new exception.
Constructor Details
#initialize ⇒ ExtraFileChunk
Create the new exception.
29 30 31 |
# File 'lib/mongo/error/extra_file_chunk.rb', line 29 def initialize super('Extra file chunk found.') end |