Class: Mongo::Error::ExtraFileChunk

Inherits:
Error
  • Object
show all
Defined in:
lib/mongo/error/extra_file_chunk.rb

Overview

Raised if an extra chunk is found.

Since:

  • 2.1.0

Instance Method Summary collapse

Constructor Details

#initializeExtraFileChunk

Create the new exception.

Examples:

Create the new exception.

Mongo::Error::ExtraFileChunk.new

Since:

  • 2.1.0



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

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