Class Mongo::Error::ClosedStream
In: lib/mongo/error/closed_stream.rb
Parent: Error

Raised if the Grid::FSBucket::Stream object is closed and an operation is attempted.

@since 2.1.0

Methods

new  

Public Class methods

Create the new exception.

@example Create the new exception.

  Mongo::Error::ClosedStream.new

@since 2.1.0

[Validate]