Class Mongo::Error::ExtraFileChunk
In: lib/mongo/error/extra_file_chunk.rb
Parent: Error

Raised if an extra chunk is found.

@since 2.1.0

Methods

new  

Public Class methods

Create the new exception.

@example Create the new exception.

  Mongo::Error::ExtraFileChunk.new

@since 2.1.0

[Validate]