123456789_123456789_123456789_123456789_123456789_

Class: Mongo::Error::ExtraFileChunk

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Error
Instance Chain:
self, Error
Inherits: Error
  • Object
Defined in: lib/mongo/error/extra_file_chunk.rb

Overview

Raised if an extra chunk is found.

Since:

  • 2.1.0

Class Method Summary

Constructor Details

.newExtraFileChunk

Create the new exception.

Examples:

Create the new exception.

Mongo::Error::ExtraFileChunk.new

Since:

  • 2.1.0

[ GitHub ]

  
# File 'lib/mongo/error/extra_file_chunk.rb', line 29

def initialize
  super('Extra file chunk found.')
end