Class: Mongo::Error::MissingFileChunk
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Error
|
|
|
Instance Chain:
self,
Error
|
|
| Inherits: |
Error
|
| Defined in: | lib/mongo/error/missing_file_chunk.rb |
Overview
Raised if the next chunk when reading from a GridFSBucket does not have the expected sequence number (n).
Class Method Summary
-
.new(expected_n, chunk) ⇒ MissingFileChunk
constructor
Internal use only
Internal use only
Create the new exception.