Class: Mongo::Error::ExtraFileChunk
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Error
|
|
|
Instance Chain:
self,
Error
|
|
| Inherits: |
Error
|
| Defined in: | lib/mongo/error/extra_file_chunk.rb |
Overview
Raised if an extra chunk is found.
Class Method Summary
-
.new ⇒ ExtraFileChunk
constructor
Create the new exception.
Constructor Details
.new ⇒ ExtraFileChunk
Create the new exception.
# File 'lib/mongo/error/extra_file_chunk.rb', line 29
def initialize super('Extra file chunk found.') end