File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 77use MongoDB \Driver \WriteConcern ;
88use MongoDB \Driver \Exception \RuntimeException ;
99use MongoDB \Exception \InvalidArgumentException ;
10+ use MongoDB \Exception \UnsupportedException ;
1011
1112/**
1213 * Operation for the drop command.
Original file line number Diff line number Diff line change 66use MongoDB \Driver \Server ;
77use MongoDB \Driver \WriteConcern ;
88use MongoDB \Exception \InvalidArgumentException ;
9+ use MongoDB \Exception \UnsupportedException ;
910
1011/**
1112 * Operation for the dropDatabase command.
Original file line number Diff line number Diff line change 66use MongoDB \Driver \Server ;
77use MongoDB \Driver \WriteConcern ;
88use MongoDB \Exception \InvalidArgumentException ;
9+ use MongoDB \Exception \UnsupportedException ;
910
1011/**
1112 * Operation for the dropIndexes command.
You can’t perform that action at this time.
0 commit comments