mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 09:14:06 +02:00
Better state and error handling
This commit is contained in:
parent
f444b7c138
commit
3a6d77bc78
4 changed files with 508 additions and 123 deletions
|
|
@ -40,6 +40,10 @@ class NotEmptyException extends InvalidRequestException {
|
|||
class InvalidTypeException extends InvalidRequestException {
|
||||
}
|
||||
|
||||
class ForbiddenException extends InvalidRequestException {
|
||||
}
|
||||
|
||||
|
||||
class ErrorCodes {
|
||||
/**
|
||||
* connection errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue