Class: Mongo::Error::MaxMessageSize
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
Error
|
|
|
Instance Chain:
self,
Error
|
|
| Inherits: |
Error
|
| Defined in: | lib/mongo/error/max_message_size.rb |
Overview
Exception that is raised when trying to send a message that exceeds max message size.
Constant Summary
-
MESSAGE =
# File 'lib/mongo/error/max_message_size.rb', line 27
The message is constant.
'Message exceeds allowed max message size.'
Class Method Summary
-
.new(max_size = nil) ⇒ MaxMessageSize
constructor
Instantiate the new exception.
Constructor Details
.new(max_size = nil) ⇒ MaxMessageSize
Instantiate the new exception.