# File lib/mongo/session.rb, line 487 def next_txn_num if ended? raise Error::SessionEnded end @server_session.next_txn_num end