Method: Mongo::Error::Parser#message
- Defined in:
- lib/mongo/error/parser.rb
#message ⇒ String (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns The full error message to be used in the raised exception.
77 78 79 |
# File 'lib/mongo/error/parser.rb', line 77 def @message end |