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 7
7
use MongoDB \Driver \WriteConcern ;
8
8
use MongoDB \Driver \Exception \RuntimeException ;
9
9
use MongoDB \Exception \InvalidArgumentException ;
10
+ use MongoDB \Exception \UnsupportedException ;
10
11
11
12
/**
12
13
* Operation for the drop command.
Original file line number Diff line number Diff line change 6
6
use MongoDB \Driver \Server ;
7
7
use MongoDB \Driver \WriteConcern ;
8
8
use MongoDB \Exception \InvalidArgumentException ;
9
+ use MongoDB \Exception \UnsupportedException ;
9
10
10
11
/**
11
12
* Operation for the dropDatabase command.
Original file line number Diff line number Diff line change 6
6
use MongoDB \Driver \Server ;
7
7
use MongoDB \Driver \WriteConcern ;
8
8
use MongoDB \Exception \InvalidArgumentException ;
9
+ use MongoDB \Exception \UnsupportedException ;
9
10
10
11
/**
11
12
* Operation for the dropIndexes command.
You can’t perform that action at this time.
0 commit comments