lib/mongo/error/invalid_session.rb in mongo-2.13.0.beta1 vs lib/mongo/error/invalid_session.rb in mongo-2.13.0.rc1
- old
+ new
@@ -13,10 +13,11 @@
# limitations under the License.
module Mongo
class Error
- # This exception is raised when a session is attempted to be used and it is invalid.
+ # This exception is raised when a session is attempted to be used and it
+ # is invalid.
#
# @since 2.5.0
class InvalidSession < Error
# Create the new exception.