mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
Add proper exception for moving a folder into itself
This commit is contained in:
parent
1f650a5fbf
commit
fb98c1cd25
3 changed files with 22 additions and 1 deletions
|
|
@ -28,9 +28,11 @@ class NativeState {
|
|||
1 => '\Icewind\SMB\Exception\ForbiddenException',
|
||||
2 => '\Icewind\SMB\Exception\NotFoundException',
|
||||
13 => '\Icewind\SMB\Exception\ForbiddenException',
|
||||
16 => '\Icewind\SMB\Exception\FileInUseException',
|
||||
17 => '\Icewind\SMB\Exception\AlreadyExistsException',
|
||||
20 => '\Icewind\SMB\Exception\InvalidTypeException',
|
||||
21 => '\Icewind\SMB\Exception\InvalidTypeException',
|
||||
22 => '\Icewind\SMB\Exception\InvalidArgumentException',
|
||||
28 => '\Icewind\SMB\Exception\OutOfSpaceException',
|
||||
39 => '\Icewind\SMB\Exception\NotEmptyException',
|
||||
110 => '\Icewind\SMB\Exception\TimedOutException',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue