summaryrefslogtreecommitdiff
path: root/src/mongo/SConscript
diff options
context:
space:
mode:
authorAmirsaman Memaripour <amirsaman.memaripour@mongodb.com>2022-04-28 15:15:19 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-28 17:35:39 +0000
commit4fee73e53ecdbfff73d644dd743b66d5e16a1836 (patch)
tree296c1b4e97d71f6f07e48693ec0be31a4fc96fb5 /src/mongo/SConscript
parent2255f824d44caf48f9c8b0e23ffaf8483f4e0afe (diff)
downloadmongo-4fee73e53ecdbfff73d644dd743b66d5e16a1836.tar.gz
SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteConflictException
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r--src/mongo/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript
index 8696da79339..ed4abf47767 100644
--- a/src/mongo/SConscript
+++ b/src/mongo/SConscript
@@ -160,6 +160,7 @@ baseEnv.Library(
'bson/simple_bsonobj_comparator.cpp',
'bson/timestamp.cpp',
'bson/util/builder.cpp',
+ 'db/concurrency/write_conflict_exception.cpp',
'logv2/attributes.cpp',
'logv2/bson_formatter.cpp',
'logv2/console.cpp',