Exception: Mongo::Error::ExtraFileChunk
- Inherits:
-
Mongo::Error
- Object
- StandardError
- Mongo::Error
- Mongo::Error::ExtraFileChunk
- Defined in:
- lib/mongo/error/extra_file_chunk.rb
Overview
Raised if an extra chunk is found.
Constant Summary
Constants inherited from Mongo::Error
BAD_VALUE, CODE, CURSOR_NOT_FOUND, ERR, ERRMSG, ERROR, UNKNOWN_ERROR, WRITE_CONCERN_ERROR, WRITE_CONCERN_ERRORS, WRITE_ERRORS
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 |